diff --git a/docs/changelog.rst b/docs/changelog.rst index c2c7ce91d..36ff9aeff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,18 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.8.4 (2019-04-01) +------------------- + +Bugfixes +^^^^^^^^ + +- Fix sdist creation on python2.x when there is non-ascii output. + `#1234 `_ +- fix typos in isolated.py that made it impossible to install package with requirements in pyproject.toml - by :user:`unmade` + `#1236 `_ + + v3.8.3 (2019-03-29) ------------------- diff --git a/docs/changelog/1234.bugfix.rst b/docs/changelog/1234.bugfix.rst deleted file mode 100644 index 53d4de326..000000000 --- a/docs/changelog/1234.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix sdist creation on python2.x when there is non-ascii output. diff --git a/docs/changelog/1236.bugfix.rst b/docs/changelog/1236.bugfix.rst deleted file mode 100644 index cf6868ad7..000000000 --- a/docs/changelog/1236.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -fix typos in isolated.py that made it impossible to install package with requirements in pyproject.toml - by :user:`unmade`