diff --git a/NEWS.rst b/NEWS.rst index b63997c0b88..b8906ea75a9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -9,6 +9,19 @@ .. towncrier release notes start +22.1.1 (2022-05-20) +=================== + +Bug Fixes +--------- + +- Properly filter out optional dependencies (i.e. extras) when checking build environment distributions. (`#11112 `_) +- Change the build environment dependency checking to be opt-in. (`#11116 `_) +- Allow using a pre-release version to satisfy a build requirement. This helps + manually populated build environments to more accurately detect build-time + requirement conflicts. (`#11123 `_) + + 22.1 (2022-05-11) ================= diff --git a/news/11112.bugfix.rst b/news/11112.bugfix.rst deleted file mode 100644 index 87b4b56a4d5..00000000000 --- a/news/11112.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Properly filter out optional dependencies (i.e. extras) when checking build environment distributions. diff --git a/news/11116.bugfix.rst b/news/11116.bugfix.rst deleted file mode 100644 index c0cdbd4ee23..00000000000 --- a/news/11116.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Change the build environment dependency checking to be opt-in. diff --git a/news/11123.bugfix.rst b/news/11123.bugfix.rst deleted file mode 100644 index 17d3de27e69..00000000000 --- a/news/11123.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Allow using a pre-release version to satisfy a build requirement. This helps -manually populated build environments to more accurately detect build-time -requirement conflicts.