From 672e133f1a23858ab9a4a9298d31c61e085702d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 7 Sep 2022 20:34:13 -0700 Subject: [PATCH] release 3.26.0 --- docs/changelog.rst | 18 ++++++++++++++++++ docs/changelog/2463.feature.rst | 1 - docs/changelog/2474.bugfix.rst | 1 - docs/changelog/2478.bugfix.rst | 1 - 4 files changed, 18 insertions(+), 3 deletions(-) delete mode 100644 docs/changelog/2463.feature.rst delete mode 100644 docs/changelog/2474.bugfix.rst delete mode 100644 docs/changelog/2478.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 30b30e774..a333e0dc2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,24 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.26.0 (2022-09-07) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fix fallback to ``python`` environment when ``isolated_build = true`` is set -- by :user:`Unrud` + `#2474 `_ +- Fixed ``SetuptoolsDeprecationWarning`` about using ``--global-option`` -- by :user:`adamchainz` + `#2478 `_ + + +Features +^^^^^^^^ + +- Use ``tomllib`` on Python 3.11 or later and ``tomli`` instead of ``toml`` library on lower versions - by :user:`hroncok`. + `#2463 `_ + v3.25.1 (2022-06-29) -------------------- diff --git a/docs/changelog/2463.feature.rst b/docs/changelog/2463.feature.rst deleted file mode 100644 index 695520754..000000000 --- a/docs/changelog/2463.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Use ``tomllib`` on Python 3.11 or later and ``tomli`` instead of ``toml`` library on lower versions - by :user:`hroncok`. diff --git a/docs/changelog/2474.bugfix.rst b/docs/changelog/2474.bugfix.rst deleted file mode 100644 index 038bd96b3..000000000 --- a/docs/changelog/2474.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix fallback to ``python`` environment when ``isolated_build = true`` is set -- by :user:`Unrud` diff --git a/docs/changelog/2478.bugfix.rst b/docs/changelog/2478.bugfix.rst deleted file mode 100644 index f426a23c2..000000000 --- a/docs/changelog/2478.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed ``SetuptoolsDeprecationWarning`` about using ``--global-option`` -- by :user:`adamchainz`