From a7ada1ddb94d26b2573cccbfc7fc0375961cb110 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 7 Jun 2018 15:35:25 +0700 Subject: [PATCH] Update CHANGES for the quoting issue Signed-off-by: Rudi Grinberg --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8f158a1b..7d9f0d96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,6 +62,10 @@ next - Make the output of Dune slightly more deterministic when run from inside Dune (#855, @diml) +- Simplify quoting behavior of variables. All values are now multi-valued and + whether a multi valued variable is allowed is determined by the quoting and + substitution context it appears in. (#849, fix #701, @rgrinberg) + 1.0+beta20 (10/04/2018) -----------------------