summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2021-06-26 10:51:28 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2021-06-26 10:51:28 +0200
commit41aa9f38bb2cbc216968bc19ea73d42820dbd34c (patch)
tree40d7db6b190eb1ae62b8bdef91ef51c4720dab35 /NEWS.rst
parent5cf74b23cfb3afea408ab69304a02702a67e5878 (diff)
parent4561b1f182c72bcbe2a14be59a9b9eb39a727597 (diff)
downloadpip-41aa9f38bb2cbc216968bc19ea73d42820dbd34c.tar.gz
Merge branch 'main' into release/21.1.3
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index e4f63f0e8..4fd3dfdc7 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -360,7 +360,7 @@ Features
- When installing a git URL that refers to a commit that is not available locally
after git clone, attempt to fetch it from the remote. (`#8815 <https://github.com/pypa/pip/issues/8815>`_)
- Include http subdirectory in ``pip cache info`` and ``pip cache purge`` commands. (`#8892 <https://github.com/pypa/pip/issues/8892>`_)
-- Cache package listings on index packages so they are guarenteed to stay stable
+- Cache package listings on index packages so they are guaranteed to stay stable
during a pip command session. This also improves performance when a index page
is accessed multiple times during the command session. (`#8905 <https://github.com/pypa/pip/issues/8905>`_)
- New resolver: Tweak resolution logic to improve user experience when
@@ -432,7 +432,7 @@ Features
and considered good enough. (`#8023 <https://github.com/pypa/pip/issues/8023>`_)
- Improve error message friendliness when an environment has packages with
corrupted metadata. (`#8676 <https://github.com/pypa/pip/issues/8676>`_)
-- Cache package listings on index packages so they are guarenteed to stay stable
+- Cache package listings on index packages so they are guaranteed to stay stable
during a pip command session. This also improves performance when a index page
is accessed multiple times during the command session. (`#8905 <https://github.com/pypa/pip/issues/8905>`_)
- New resolver: Tweak resolution logic to improve user experience when