diff --git a/docs/changelog.rst b/docs/changelog.rst index f03a53fa6..611ca145e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Release History .. towncrier release notes start +v20.7.0 (2021-07-31) +-------------------- + +Bugfixes - 20.7.0 +~~~~~~~~~~~~~~~~~ +- upgrade embedded pip to ``21.2.2`` from ``21.1.3`` and setuptools to ``57.4.0`` from ``57.1.0`` - by :user:`gaborbernat` (`#2159 `_) + +Deprecations and Removals - 20.7.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Removed ``xonsh`` activator due to this breaking fairly often the CI and lack of support from those packages + maintainers, upstream is encouraged to continue supporting the project as a + `plugin `_ - by :user:`gaborbernat`. (`#2160 `_) + + v20.6.0 (2021-07-14) -------------------- diff --git a/docs/changelog/2159.bugfix.rst b/docs/changelog/2159.bugfix.rst deleted file mode 100644 index 92a3980d9..000000000 --- a/docs/changelog/2159.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -upgrade embedded pip to ``21.2.2`` from ``21.1.3`` and setuptools to ``57.4.0`` from ``57.1.0`` - by :user:`gaborbernat` diff --git a/docs/changelog/2160.removal.rst b/docs/changelog/2160.removal.rst deleted file mode 100644 index 5037dc95e..000000000 --- a/docs/changelog/2160.removal.rst +++ /dev/null @@ -1,3 +0,0 @@ -Removed ``xonsh`` activator due to this breaking fairly often the CI and lack of support from those packages -maintainers, upstream is encouraged to continue supporting the project as a -`plugin `_ - by :user:`gaborbernat`.