summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-10-27 16:38:22 +0100
committerholger krekel <holger@merlinux.eu>2014-10-27 16:38:22 +0100
commitb551ae4820d9c9148abbe02e099b251531ed794b (patch)
treec2cc03a6defcae78f7cd4269953671372d6be0f1 /CHANGELOG
parent498053a37892ef116f2dbf313ef98d81b2ab0aa4 (diff)
parent9bfeba98f75849347f8622bbff048f71d15d60f4 (diff)
downloadtox-b551ae4820d9c9148abbe02e099b251531ed794b.tar.gz
merge tox-1.8 maintenance
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 711f93e..9dc44da 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,12 +6,21 @@
dependencies. Use ``pip_pre = true`` in a testenv or the ``--pre``
command-line option to restore the previous behavior.
+- fix issue199: fill resultlog structure ahead of virtualenv creation
-1.8.1.dev
+
+1.8.1
-----------
- fix issue190: allow setenv to be empty.
+- allow escaping curly braces with "\". Thanks Marc Abramowitz for the PR.
+
+- allow "." names in environment names such that "py27-django1.7" is a
+ valid environment name. Thanks Alex Gaynor and Alex Schepanovski.
+
+- report subprocess exit code when execution fails. Thanks Marius
+ Gedminas.
1.8.0
-----------