summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2018-03-03 14:03:25 +0100
committerOliver Bestwalter <oliver.bestwalter@avira.com>2018-03-03 14:03:25 +0100
commit247bb30152deaf96a5511338c253b6df8b0671af (patch)
tree46083d2bba32fe51048b63938f20b278e2dfaafa
parent356f1c78641fc4df7eb1169e21b4457fcc6ce228 (diff)
downloadtox-git-3.0.0rc2.tar.gz
release preparation for 3.0.0rc23.0.0rc2
-rw-r--r--CHANGELOG.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f7bc25bc..81ca08ae 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -25,6 +25,33 @@ on Github:
.. towncrier release notes start
+3.0.0rc2 (2018-03-03)
+---------------------
+
+Bugfixes
+^^^^^^^^
+
+- fix #755 by reverting the ``cmdline`` import to the old location and changing
+ the entry point instead - by @fschulze (`#755
+ <https://github.com/tox-dev/tox/issues/755>`_)
+
+
+Features
+^^^^^^^^
+
+- ``tox`` displays exit code together with ``InvocationError`` - by @blueyed
+ and @ederag. (`#290 <https://github.com/tox-dev/tox/issues/290>`_)
+- Hint for possible signal upon ``InvocationError``, on posix systems - by
+ @ederag and @asottile. (`#766 <https://github.com/tox-dev/tox/issues/766>`_)
+
+
+Documentation improvements
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Change favicon to the vector beach ball - by @hazalozturk (`#748
+ <https://github.com/tox-dev/tox/issues/748>`_)
+
+
3.0.0rc1 (2018-01-27)
---------------------