diff --git a/docs/changelog.rst b/docs/changelog.rst index f1e1825f8..c14e715cb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.12.0 (2021-12-31) +--------------------- + +Features - 20.12.0 +~~~~~~~~~~~~~~~~~~ +- Sign the python2 exe on Darwin arm64 - by :user:`tmspicer`. (`#2233 `_) + +Bugfixes - 20.12.0 +~~~~~~~~~~~~~~~~~~ +- Fix ``--download`` option - by :user:`mayeut`. (`#2120 `_) +- Ugrade embedded setuptools to ``60.2.0`` from ``60.1.1`` - by :user:`gaborbernat`. (`#2263 `_) + + v20.11.2 (2021-12-29) --------------------- diff --git a/docs/changelog/2120.bugfix.rst b/docs/changelog/2120.bugfix.rst deleted file mode 100644 index 2e81093e0..000000000 --- a/docs/changelog/2120.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``--download`` option - by :user:`mayeut`. diff --git a/docs/changelog/2233.feature.rst b/docs/changelog/2233.feature.rst deleted file mode 100644 index b6b7ae681..000000000 --- a/docs/changelog/2233.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Sign the python2 exe on Darwin arm64 - by :user:`tmspicer`. diff --git a/docs/changelog/2263.bugfix.rst b/docs/changelog/2263.bugfix.rst deleted file mode 100644 index 59aa545c7..000000000 --- a/docs/changelog/2263.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Ugrade embedded setuptools to ``60.2.0`` from ``60.1.1`` - by :user:`gaborbernat`.