summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-05-20 14:04:02 +0530
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-05-20 14:04:02 +0530
commitca2d9f41931a449b8c1b27d02031199d91af93e7 (patch)
tree6c24ab74f7123ccecf596ae2bf4b1e5139f25dbf /NEWS.rst
parentf20ab575b930b44ea524b0dbdb162f3cecfdf890 (diff)
downloadpip-ca2d9f41931a449b8c1b27d02031199d91af93e7.tar.gz
Bump for release22.1.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index b63997c0b..b8906ea75 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 <https://github.com/pypa/pip/issues/11112>`_)
+- Change the build environment dependency checking to be opt-in. (`#11116 <https://github.com/pypa/pip/issues/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 <https://github.com/pypa/pip/issues/11123>`_)
+
+
22.1 (2022-05-11)
=================