diff --git a/docs/changelog.rst b/docs/changelog.rst index a9d343c56..f03a53fa6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.6.0 (2021-07-14) +-------------------- + +Features - 20.6.0 +~~~~~~~~~~~~~~~~~ +- Support Python interpreters without ``distutils`` (fallback to ``syconfig`` in these cases) - by :user:`gaborbernat`. (`#1910 `_) + + v20.5.0 (2021-07-13) -------------------- diff --git a/docs/changelog/1910.feature.rst b/docs/changelog/1910.feature.rst deleted file mode 100644 index fd715ea13..000000000 --- a/docs/changelog/1910.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Support Python interpreters without ``distutils`` (fallback to ``syconfig`` in these cases) - by :user:`gaborbernat`. -