summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-04-01 10:53:07 -0400
committerBernat Gabor <bgabor8@bloomberg.net>2019-04-01 10:53:07 -0400
commit76195e1d1dffb4084452b9f3c22c390db43458ca (patch)
treecbd5e7b26e3f6fed9baeed6b6f329022219d5009
parent566b6b6e6db1a54e3adb94f6fe11664fb243505d (diff)
downloadtox-git-76195e1d1dffb4084452b9f3c22c390db43458ca.tar.gz
release 3.8.43.8.4
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/changelog/1234.bugfix.rst1
-rw-r--r--docs/changelog/1236.bugfix.rst1
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c2c7ce91..36ff9aef 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 <https://github.com/tox-dev/tox/issues/1234>`_
+- fix typos in isolated.py that made it impossible to install package with requirements in pyproject.toml - by :user:`unmade`
+ `#1236 <https://github.com/tox-dev/tox/issues/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 53d4de32..00000000
--- 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 cf6868ad..00000000
--- 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`