summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2016-06-20 18:21:40 +0200
committerholger krekel <holger@merlinux.eu>2016-06-20 18:21:40 +0200
commit583c213aa47c70183cf7a467ee6932e0775d4041 (patch)
tree3fc0a6c9b208ae4b42dc1d8f2fe5044aaa71d4bc
parent524486c4e2c9138f115708303de1d527a51b596d (diff)
downloadtox-583c213aa47c70183cf7a467ee6932e0775d4041.tar.gz
add changelog entry for latest PR merge:
fix issue212: allow escaping curly brace chars "\{" and "\}" if you need the chars "{" and "}" to appear in your commands or other ini values. Thanks John Vandenberg.
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 26447a4..be3ed89 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
2.4.0
-----
+- fix issue212: allow escaping curly brace chars "\{" and "\}" if you need the
+ chars "{" and "}" to appear in your commands or other ini values.
+ Thanks John Vandenberg.
+
- add --workdir option to override where tox stores its ".tox" directory
and all of the virtualenv environment. Thanks Danring.