From 2237fc53240f8892577b3a54016dfcfe8be7fd56 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 Sep 2016 11:13:49 +0200 Subject: add changelog entry: fix issue302: allow cross-testenv substitution where we substitute with ``{x,y}`` generative syntax. Thanks Andrew Pashkin. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.1