summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2022-07-27 19:18:11 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2022-07-27 19:18:11 +0200
commit61bdbe0d66ad472372f67c7bce05629027bdfc2b (patch)
treedfc22ab9a1268e2c994cbab3e92d0b5be3e9b067 /NEWS.rst
parentfcb0c84116dc40e0de2f0f79af9cbbb68350e2b9 (diff)
downloadpip-61bdbe0d66ad472372f67c7bce05629027bdfc2b.tar.gz
Bump for release22.2.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 9e139692f..86d3ec64b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,20 @@
.. towncrier release notes start
+22.2.1 (2022-07-27)
+===================
+
+Bug Fixes
+---------
+
+- Send the pip upgrade prompt to stderr. (`#11282 <https://github.com/pypa/pip/issues/11282>`_)
+- Ensure that things work correctly in environments where setuptools-injected
+ ``distutils`` is available by default. This is done by cooperating with
+ setuptools' injection logic to ensure that pip uses the ``distutils`` from the
+ Python standard library instead. (`#11298 <https://github.com/pypa/pip/issues/11298>`_)
+- Clarify that ``pip cache``'s wheels-related output is about locally built wheels only. (`#11300 <https://github.com/pypa/pip/issues/11300>`_)
+
+
22.2 (2022-07-21)
=================