summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-29 12:07:05 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-29 12:07:05 +0100
commit480ba99a16247638b0959659fc2e2b9d0692f974 (patch)
tree1aa2c35224b8bdaee2b02fc7d95d890753f73e77
parenteefbbfde77c85a3d29b367b44902e92fa04940b4 (diff)
parent8827b7f9a6e2cb466da78ff0d726daeb21757bef (diff)
Merge branch '3.0-rc'
-rw-r--r--CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 56bf28b0..31384100 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,10 +4,12 @@ XXX
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.