summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2022-08-03 19:58:26 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2022-08-03 19:58:26 +0200
commit10902ac52d49ec3f5a03a4ed67c4dee533bf8bc4 (patch)
tree965943cea34cae32704885cc74de9d6c2aa607fc /NEWS.rst
parent534e4d23386f43114f3deed65b7ebdc821aacb4a (diff)
downloadpip-10902ac52d49ec3f5a03a4ed67c4dee533bf8bc4.tar.gz
Bump for release22.2.2
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 86d3ec64b..6485bc159 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,17 @@
.. towncrier release notes start
+22.2.2 (2022-08-03)
+===================
+
+Bug Fixes
+---------
+
+- Avoid ``AttributeError`` when removing the setuptools-provided ``_distutils_hack`` and it is missing its implementation. (`#11314 <https://github.com/pypa/pip/issues/11314>`_)
+- Fix import error when reinstalling pip in user site. (`#11319 <https://github.com/pypa/pip/issues/11319>`_)
+- Show pip deprecation warnings by default. (`#11330 <https://github.com/pypa/pip/issues/11330>`_)
+
+
22.2.1 (2022-07-27)
===================