diff --git a/docs/changelog.rst b/docs/changelog.rst index 6eda9e656..f561b7ad5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,16 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.21.4 (2021-02-02) +-------------------- + +Bugfixes +^^^^^^^^ + +- Adapt tests not to assume the ``easy_install`` command exists, as it was removed from ``setuptools`` 52.0.0+ - by :user:`hroncok` + `#1893 `_ + + v3.21.3 (2021-01-28) -------------------- diff --git a/docs/changelog/1893.bugfix.rst b/docs/changelog/1893.bugfix.rst deleted file mode 100644 index c25437df1..000000000 --- a/docs/changelog/1893.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Adapt tests not to assume the ``easy_install`` command exists, as it was removed from ``setuptools`` 52.0.0+ - by :user:`hroncok`