From 91b38b637679812e1b80faed6e2cc76789e976c9 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Sat, 10 Feb 2018 16:06:27 +0100 Subject: [PATCH] Update Changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 98273531..82c4358a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ 1.0+beta18 (14/02/2018) ----------------------- +- Let the parser distinguish quoted strings from atoms. This makes + possible to use "${v}" to concatenate the list of values provided by + a split-variable. Concatenating split-variables with text is also + now required to be quoted. + - Split calls to ocamldep. Before ocamldep would be called once per `library`/`executables` stanza. Now it is called once per file (#486)