summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-06-14 12:40:35 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-06-14 12:40:35 +0100
commitebc9dcb3bb71c2c8640466d84897971648a43845 (patch)
tree95137a36778d4e2304e0c1b250556e03afea3fad
parentf31847db624806b2d4e4647238bc3b37b737b84f (diff)
Add a bit to {}.
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b5d83e50..751b5210 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,9 @@ CHANGES FROM 2.9 to 3.0
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 '{' and '}'.
+ A literal { and } or a string containing { or } must now be escaped or
+ quoted, for example '{' and '}' instead of { or }, or 'X#{foo}' instead of
+ X#{foo}.
* New <, >, <= and >= comparison operators for formats.