diff --git a/docs/changelog.rst b/docs/changelog.rst index bab1218ff..d049ae4b4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.4.0 (2021-01-19) +-------------------- + +Features - 20.4.0 +~~~~~~~~~~~~~~~~~ +- On the programmatic API allow passing in the environment variable dictionary to use, defaults to ``os.environ`` if not + specified - by :user:`gaborbernat`. (`#2054 `_) + +Bugfixes - 20.4.0 +~~~~~~~~~~~~~~~~~ +- Upgrade embedded setuptools to ``51.3.3`` from ``51.1.2`` - by :user:`gaborbernat`. (`#2055 `_) + + v20.3.1 (2021-01-13) -------------------- diff --git a/docs/changelog/2054.feature.rst b/docs/changelog/2054.feature.rst deleted file mode 100644 index 79bc2a355..000000000 --- a/docs/changelog/2054.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -On the programmatic API allow passing in the environment variable dictionary to use, defaults to ``os.environ`` if not -specified - by :user:`gaborbernat`. diff --git a/docs/changelog/2055.bugfix.rst b/docs/changelog/2055.bugfix.rst deleted file mode 100644 index 52ad01c3f..000000000 --- a/docs/changelog/2055.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools to ``51.3.3`` from ``51.1.2`` - by :user:`gaborbernat`.