summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2019-04-03 10:43:42 -0400
committerGitHub <noreply@github.com>2019-04-03 10:43:42 -0400
commit8a1ab68cf1115507d00237173d25bcfb492d8bcb (patch)
tree86b394046b6c22bf0fb3aa63b5cb209a72dd2d7c
parent3337263063db09d6ed7e52ffea0151017fe9c321 (diff)
parent893816421765cedc4bf14202cefb3dcba7bf2f17 (diff)
downloadtox-git-8a1ab68cf1115507d00237173d25bcfb492d8bcb.tar.gz
Merge pull request #1244 from tox-dev/release-3.8.5
release 3.8.5
-rw-r--r--docs/changelog.rst13
-rw-r--r--docs/changelog/1239.bugfix.rst2
-rw-r--r--docs/changelog/1241.bugfix.rst1
3 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f876ec16..7afc5a80 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 <https://github.com/tox-dev/tox/issues/1239>`_
+- Do not print timings with more than 3 decimal digits on Python 3 - by :user:`mgedmin`.
+ `#1241 <https://github.com/tox-dev/tox/issues/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 3787919d..00000000
--- 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 b1753083..00000000
--- 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`.