summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2023-04-22 10:16:27 +0100
committerGitHub <noreply@github.com>2023-04-22 10:16:27 +0100
commit51afe45cda2854d810d9714e3891e256b1509737 (patch)
treee13d562fe720affc07cfccb26edeec3d848d292f /NEWS.rst
parentd5a779d96c0460f49da23abe8b4f557ce80b0a70 (diff)
parent5cbf00c49e2a6974d794534d8041cf370218e98d (diff)
downloadpip-51afe45cda2854d810d9714e3891e256b1509737.tar.gz
Merge pull request #11992 from pfmoore/release/23.1.1
Release 23.1.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index da8c8726a..a5c27f34a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,26 @@
.. towncrier release notes start
+23.1.1 (2023-04-22)
+===================
+
+Bug Fixes
+---------
+
+- Revert `#11487 <https://github.com/pypa/pip/pull/11487>`_, as it causes issues with virtualenvs created by the Windows Store distribution of Python. (`#11987 <https://github.com/pypa/pip/issues/11987>`_)
+
+Vendored Libraries
+------------------
+
+- Revert pkg_resources (via setuptools) back to 65.6.3
+
+Improved Documentation
+----------------------
+
+- Update documentation to reflect the new behavior of using the cache of locally
+ built wheels in hash-checking mode. (`#11967 <https://github.com/pypa/pip/issues/11967>`_)
+
+
23.1 (2023-04-15)
=================