From 8827b7f9a6e2cb466da78ff0d726daeb21757bef Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 May 2019 11:25:07 +0100 Subject: [PATCH] Tweak {} text. --- CHANGES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 097d7228..9547d321 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,11 @@ CHANGES FROM 2.9 to 3.0 -* Add an addition form of string syntax in the configuration file - {}. This - means commands that take other commands as string arguments can be expressed - more clearly and without additional escaping. This means that a literal { and - } must now be escaped or quoted. +* INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string + similar to single quotes but also includes newlines and allows commands that + take other commands as string arguments to be expressed more clearly and + without additional escaping. + + A literal { and } must now be escaped or quoted, for example '{' as '}'. * New <, >, <= and >= comparison operators for formats.