summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/1313.bugfix.rst1
-rw-r--r--docs/changelog/1315.bugfix.rst1
-rw-r--r--docs/changelog/1317.bugfix.rst1
4 files changed, 14 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d316e66c..7c17891d 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,20 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.12.1 (2019-05-23)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Ensure ``TOX_WORK_DIR`` is a native string in ``os.environ`` - by :user:`asottile`.
+ `#1313 <https://github.com/tox-dev/tox/issues/1313>`_
+- Fix import and usage of ``winreg`` for python2.7 on windows - by :user:`asottile`.
+ `#1315 <https://github.com/tox-dev/tox/issues/1315>`_
+- Fix Windows selects incorrect spec on first discovery - by :user:`gaborbernat`
+ `#1317 <https://github.com/tox-dev/tox/issues/1317>`_
+
+
v3.12.0 (2019-05-23)
--------------------
diff --git a/docs/changelog/1313.bugfix.rst b/docs/changelog/1313.bugfix.rst
deleted file mode 100644
index 8b89489d..00000000
--- a/docs/changelog/1313.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Ensure ``TOX_WORK_DIR`` is a native string in ``os.environ`` - by :user:`asottile`.
diff --git a/docs/changelog/1315.bugfix.rst b/docs/changelog/1315.bugfix.rst
deleted file mode 100644
index 2861120c..00000000
--- a/docs/changelog/1315.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix import and usage of ``winreg`` for python2.7 on windows - by :user:`asottile`.
diff --git a/docs/changelog/1317.bugfix.rst b/docs/changelog/1317.bugfix.rst
deleted file mode 100644
index bcedc546..00000000
--- a/docs/changelog/1317.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix Windows selects incorrect spec on first discovery - by :user:`gaborbernat`