diff --git a/docs/changelog.rst b/docs/changelog.rst index f876ec166..7afc5a807 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,19 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.8.5 (2019-04-03) +------------------- + +Bugfixes +^^^^^^^^ + +- the isolated build env now ignores :conf:`sitepackages`, :conf:`deps` and :conf:`description` as these do not make + sense - by :user:`gaborbernat` + `#1239 `_ +- Do not print timings with more than 3 decimal digits on Python 3 - by :user:`mgedmin`. + `#1241 `_ + + v3.8.4 (2019-04-01) ------------------- diff --git a/docs/changelog/1239.bugfix.rst b/docs/changelog/1239.bugfix.rst deleted file mode 100644 index 3787919d2..000000000 --- a/docs/changelog/1239.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -the isolated build env now ignores :conf:`sitepackages`, :conf:`deps` and :conf:`description` as these do not make -sense - by :user:`gaborbernat` diff --git a/docs/changelog/1241.bugfix.rst b/docs/changelog/1241.bugfix.rst deleted file mode 100644 index b1753083c..000000000 --- a/docs/changelog/1241.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not print timings with more than 3 decimal digits on Python 3 - by :user:`mgedmin`.