diff --git a/docs/changelog.rst b/docs/changelog.rst index 6cdd73af5..0dd2b22dd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.0.4 (2020-02-14) +-------------------- + +Features - 20.0.4 +~~~~~~~~~~~~~~~~~ +- When aliasing interpreters, use relative symlinks - by :user:`asottile`. (`#1596 `_) + +Bugfixes - 20.0.4 +~~~~~~~~~~~~~~~~~ +- Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon`` (`#1582 `_) +- Lower minimal version of six required to 1.9 - by ``ssbarnea`` (`#1606 `_) + + v20.0.3 (2020-02-12) -------------------- diff --git a/docs/changelog/1582.bugfix.rst b/docs/changelog/1582.bugfix.rst deleted file mode 100644 index f89784535..000000000 --- a/docs/changelog/1582.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon`` diff --git a/docs/changelog/1596.feature.rst b/docs/changelog/1596.feature.rst deleted file mode 100644 index 45d8cf744..000000000 --- a/docs/changelog/1596.feature.rst +++ /dev/null @@ -1 +0,0 @@ -When aliasing interpreters, use relative symlinks - by :user:`asottile`. diff --git a/docs/changelog/1606.bugfix.rst b/docs/changelog/1606.bugfix.rst deleted file mode 100644 index 1e19339fe..000000000 --- a/docs/changelog/1606.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Lower minimal version of six required to 1.9 - by ``ssbarnea``