diff --git a/docs/changelog.rst b/docs/changelog.rst index 5288dc861..a9d343c56 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,24 @@ Release History .. towncrier release notes start +v20.5.0 (2021-07-13) +-------------------- + +Features - 20.5.0 +~~~~~~~~~~~~~~~~~ +- Plugins now use 'selectable' entry points - by :user:`jaraco`. (`#2093 `_) +- add libffi-7.dll to the hard-coded list of dlls for PyPy (`#2141 `_) +- Use the better maintained ``platformdirs`` instead of ``appdirs`` - by :user:`gaborbernat`. (`#2142 `_) + +Bugfixes - 20.5.0 +~~~~~~~~~~~~~~~~~ +- Bump pip the embedded pip ``21.1.3`` and setuptools to ``57.1.0`` - by :user:`gaborbernat`. (`#2135 `_) + +Deprecations and Removals - 20.5.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Drop python ``3.4`` support as it has been over 2 years since EOL - by :user:`gaborbernat`. (`#2141 `_) + + v20.4.7 (2021-05-24) -------------------- diff --git a/docs/changelog/2093.feature.rst b/docs/changelog/2093.feature.rst deleted file mode 100644 index ea1df5972..000000000 --- a/docs/changelog/2093.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Plugins now use 'selectable' entry points - by :user:`jaraco`. diff --git a/docs/changelog/2135.bugfix.rst b/docs/changelog/2135.bugfix.rst deleted file mode 100644 index 9ee6af32f..000000000 --- a/docs/changelog/2135.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump pip the embedded pip ``21.1.3`` and setuptools to ``57.1.0`` - by :user:`gaborbernat`. diff --git a/docs/changelog/2141.feature.rst b/docs/changelog/2141.feature.rst deleted file mode 100644 index b223ec2c3..000000000 --- a/docs/changelog/2141.feature.rst +++ /dev/null @@ -1 +0,0 @@ -add libffi-7.dll to the hard-coded list of dlls for PyPy diff --git a/docs/changelog/2141.removal.rst b/docs/changelog/2141.removal.rst deleted file mode 100644 index 900864276..000000000 --- a/docs/changelog/2141.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Drop python ``3.4`` support as it has been over 2 years since EOL - by :user:`gaborbernat`. diff --git a/docs/changelog/2142.feature.rst b/docs/changelog/2142.feature.rst deleted file mode 100644 index 19dc6377d..000000000 --- a/docs/changelog/2142.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Use the better maintained ``platformdirs`` instead of ``appdirs`` - by :user:`gaborbernat`.