summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-02-03 08:22:34 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-02-03 08:22:34 +0000
commit44018de50cafba25445a225c1a1986d6312e1ef3 (patch)
tree63247780f74a101312d1fb7b46cf65d55e17828d /NEWS.rst
parent65f096c432d60d5f0214793becd592e1c1c3b624 (diff)
downloadpip-44018de50cafba25445a225c1a1986d6312e1ef3.tar.gz
Bump for release22.0.3
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a14592d6b..55ab46927 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,28 @@
.. towncrier release notes start
+22.0.3 (2022-02-03)
+===================
+
+Features
+--------
+
+- Print the exception via ``rich.traceback``, when running with ``--debug``. (`#10791 <https://github.com/pypa/pip/issues/10791>`_)
+
+Bug Fixes
+---------
+
+- Only calculate topological installation order, for packages that are going to be installed/upgraded.
+
+ This fixes an `AssertionError` that occured when determining installation order, for a very specific combination of upgrading-already-installed-package + change of dependencies + fetching some packages from a package index. This combination was especially common in Read the Docs' builds. (`#10851 <https://github.com/pypa/pip/issues/10851>`_)
+- Use ``html.parser`` by default, instead of falling back to ``html5lib`` when ``--use-deprecated=html5lib`` is not passed. (`#10869 <https://github.com/pypa/pip/issues/10869>`_)
+
+Improved Documentation
+----------------------
+
+- Clarify that using per-requirement overrides disables the usage of wheels. (`#9674 <https://github.com/pypa/pip/issues/9674>`_)
+
+
22.0.2 (2022-01-30)
===================