summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-05-11 20:03:44 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-05-11 20:03:44 +0100
commit3c953322c6683b3f0f4d465d9fa361de55358462 (patch)
treefe0b35f227dc931b9fcf83a06e024ef83d8d7f6f /NEWS.rst
parentbd54382b59b45975fd4ea00533fb92bd85e3b98d (diff)
downloadpip-3c953322c6683b3f0f4d465d9fa361de55358462.tar.gz
Bump for release22.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 961768250..b63997c0b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,25 @@
.. towncrier release notes start
+22.1 (2022-05-11)
+=================
+
+Process
+-------
+
+- Enable the ``importlib.metadata`` metadata implementation by default on
+ Python 3.11 (or later). The environment variable ``_PIP_USE_IMPORTLIB_METADATA``
+ can still be used to enable the implementation on 3.10 and earlier, or disable
+ it on 3.11 (by setting it to ``0`` or ``false``).
+
+Bug Fixes
+---------
+
+- Revert `#9243 <https://github.com/pypa/pip/issues/9243>`_ since it introduced a regression in certain edge cases. (`#10962 <https://github.com/pypa/pip/issues/10962>`_)
+- Fix missing ``REQUESTED`` metadata when using URL constraints. (`#11079 <https://github.com/pypa/pip/issues/11079>`_)
+- ``pip config`` now normalizes names by converting underscores into dashes. (`#9330 <https://github.com/pypa/pip/issues/9330>`_)
+
+
22.1b1 (2022-04-30)
===================