summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-04-17 14:29:19 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2019-04-17 14:29:19 +0100
commitdbd889b4728c6f09ba84c131286642e09b16a190 (patch)
tree737c8c118e8d9200cd8059d30589e1dc198f4a2b
parent3c6b4f204e89852c4b7536b246a66d20be6d39ec (diff)
downloadtox-git-dbd889b4728c6f09ba84c131286642e09b16a190.tar.gz
release 3.9.03.9.0
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/1257.bugfix.rst1
-rw-r--r--docs/changelog/1262.feature.rst1
3 files changed, 17 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 082b7057..f45536d6 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,23 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.9.0 (2019-04-17)
+-------------------
+
+Bugfixes
+^^^^^^^^
+
+- Fix ``congratulations`` when using ``^C`` during virtualenv creation - by :user:`asottile`
+ `#1257 <https://github.com/tox-dev/tox/issues/1257>`_
+
+
+Features
+^^^^^^^^
+
+- Allow having inline comments in :conf:`deps` — by :user:`webknjaz`
+ `#1262 <https://github.com/tox-dev/tox/issues/1262>`_
+
+
v3.8.6 (2019-04-03)
-------------------
diff --git a/docs/changelog/1257.bugfix.rst b/docs/changelog/1257.bugfix.rst
deleted file mode 100644
index f18ff223..00000000
--- a/docs/changelog/1257.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``congratulations`` when using ``^C`` during virtualenv creation - by :user:`asottile`
diff --git a/docs/changelog/1262.feature.rst b/docs/changelog/1262.feature.rst
deleted file mode 100644
index 63a86f03..00000000
--- a/docs/changelog/1262.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow having inline comments in :conf:`deps` — by :user:`webknjaz`