diff options
-rw-r--r-- | docs/changelog.rst | 14 | ||||
-rw-r--r-- | docs/changelog/2265.bugfix.rst | 3 | ||||
-rw-r--r-- | docs/changelog/2266.bugfix.rst | 2 | ||||
-rw-r--r-- | docs/changelog/2267.bugfix.rst | 2 |
4 files changed, 14 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index c14e715..3734398 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Release History .. towncrier release notes start +v20.12.1 (2022-01-01) +--------------------- + +Bugfixes - 20.12.1 +~~~~~~~~~~~~~~~~~~ +- Try using previous updates of ``pip``, ``setuptools`` & ``wheel`` + when inside an update grace period rather than always falling back + to embedded wheels - by :user:`mayeut`. (`#2265 <https://github.com/pypa/virtualenv/issues/2265>`_) +- New patch versions of ``pip``, ``setuptools`` & ``wheel`` are now + returned in the expected timeframe. - by :user:`mayeut`. (`#2266 <https://github.com/pypa/virtualenv/issues/2266>`_) +- Manual upgrades of ``pip``, ``setuptools`` & ``wheel`` are + not discarded by a periodic update - by :user:`mayeut`. (`#2267 <https://github.com/pypa/virtualenv/issues/2267>`_) + + v20.12.0 (2021-12-31) --------------------- diff --git a/docs/changelog/2265.bugfix.rst b/docs/changelog/2265.bugfix.rst deleted file mode 100644 index bc90ccc..0000000 --- a/docs/changelog/2265.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Try using previous updates of ``pip``, ``setuptools`` & ``wheel`` -when inside an update grace period rather than always falling back -to embedded wheels - by :user:`mayeut`. diff --git a/docs/changelog/2266.bugfix.rst b/docs/changelog/2266.bugfix.rst deleted file mode 100644 index 26ff3ad..0000000 --- a/docs/changelog/2266.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -New patch versions of ``pip``, ``setuptools`` & ``wheel`` are now -returned in the expected timeframe. - by :user:`mayeut`. diff --git a/docs/changelog/2267.bugfix.rst b/docs/changelog/2267.bugfix.rst deleted file mode 100644 index 05af3cd..0000000 --- a/docs/changelog/2267.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Manual upgrades of ``pip``, ``setuptools`` & ``wheel`` are -not discarded by a periodic update - by :user:`mayeut`. |