diff --git a/docs/changelog.rst b/docs/changelog.rst index c14e715cb..37343984b 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 `_) +- New patch versions of ``pip``, ``setuptools`` & ``wheel`` are now + returned in the expected timeframe. - by :user:`mayeut`. (`#2266 `_) +- Manual upgrades of ``pip``, ``setuptools`` & ``wheel`` are + not discarded by a periodic update - by :user:`mayeut`. (`#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 bc90ccc7e..000000000 --- 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 26ff3adfd..000000000 --- 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 05af3cda4..000000000 --- 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`.