summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-10-24 14:14:11 +0200
committerholger krekel <holger@merlinux.eu>2014-10-24 14:14:11 +0200
commitccb84ba00a039662cf4c60944f76222f4dff236d (patch)
treede0a008b485b75044519d6fe80c95de7f9bd2e93 /CHANGELOG
parent1d7b2c568c940a1fc160b7e622622b33db9f4ee5 (diff)
downloadtox-ccb84ba00a039662cf4c60944f76222f4dff236d.tar.gz
add some changelogs for the merged PRs
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3e73166..d998145 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,14 @@
- 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
-----------