summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2016-09-14 11:13:49 +0200
committerholger krekel <holger@merlinux.eu>2016-09-14 11:13:49 +0200
commit2237fc53240f8892577b3a54016dfcfe8be7fd56 (patch)
tree3ef201749f074037612b60b122cf65734eb9f824
parentc5e7c93f78af069af2fd7fa8bba4249f6f5e76dc (diff)
downloadtox-2237fc53240f8892577b3a54016dfcfe8be7fd56.tar.gz
add changelog entry: fix issue302: allow cross-testenv substitution where we substitute
with ``{x,y}`` generative syntax. Thanks Andrew Pashkin.
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a195066..7f8e8bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
2.4.0
-----
+- fix issue302: allow cross-testenv substitution where we substitute
+ with ``{x,y}`` generative syntax. Thanks Andrew Pashkin.
+
- 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.