Skip to content

Commit

Permalink
Updated CHANGELOG for 3.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Apr 3, 2024
1 parent 8fa0e38 commit c8f2b20
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 74 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ conda-smithy Change Log

.. current developments
v3.34.1
====================

**Removed:**

* ``false`` is no longer a valid value for ``bot.inspection`` in the ``conda-forge.yml`` file. Use ``disabled`` instead.

**Fixed:**

* ``object`` is no longer an explicit base class of ``Subcommand`` (Python 3 class style)
* replace ``logger.warn`` (deprecated) with ``logger.warning``
* typo: `Usage` in ``update_conda_forge_config``
* Unexpected top-level ``conda-forge.yml`` keys should no longer fail with a traceback.

**Security:**

* Use sandboxed jinja2 environments. (#1902)

**Authors:**

* Matthew R. Becker
* pre-commit-ci[bot]
* Nicholas Bollweg
* Yannik Tausch



v3.34.0
====================

Expand Down
23 changes: 0 additions & 23 deletions news/1892-drop-support-inspection-false.rst

This file was deleted.

25 changes: 0 additions & 25 deletions news/1897-small-fixes.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/gh-1895-top-level-error.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/jinja2-sandbox.rst

This file was deleted.

0 comments on commit c8f2b20

Please sign in to comment.