diff --git a/docs/changelog.rst b/docs/changelog.rst index 27b3aedf3..5b34b71cf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,21 @@ Release History .. towncrier release notes start +v20.8.1 (2021-09-24) +-------------------- + +Bugfixes - 20.8.1 +~~~~~~~~~~~~~~~~~ +- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded + wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint + discovery - by :user:`arcivanov` (`#2185 `_) +- Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`#2195 `_) + +Misc - 20.8.1 +~~~~~~~~~~~~~ +- `#2189 `_ + + v20.8.0 (2021-09-16) -------------------- diff --git a/docs/changelog/2185.bugfix.rst b/docs/changelog/2185.bugfix.rst deleted file mode 100644 index 2b9921b5f..000000000 --- a/docs/changelog/2185.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded -wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint -discovery - by :user:`arcivanov` diff --git a/docs/changelog/2189.misc.rst b/docs/changelog/2189.misc.rst deleted file mode 100644 index 6ef2b563e..000000000 --- a/docs/changelog/2189.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fail early instead of creating a non-working env for Python 2 on Apple Silicon (M1) Macs. diff --git a/docs/changelog/2195.bugfix.rst b/docs/changelog/2195.bugfix.rst deleted file mode 100644 index c2fa8c726..000000000 --- a/docs/changelog/2195.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`.