summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-29 12:13:55 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-29 12:13:55 +0100
commitffcc60211d3cbdb243b295e624bc9283da54b1d6 (patch)
tree0175f446d0edb853fe531522ac2cce58b135026a /CHANGES
parent480ba99a16247638b0959659fc2e2b9d0692f974 (diff)
parent7cdb1cfc8dc6d3a30e9998106308aef35d66bbb5 (diff)
Merge branch '3.0-rc'
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 31384100..edd4751b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,7 @@ 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 '{' as '}'.
+ A literal { and } must now be escaped or quoted, for example '{' and '}'.
* New <, >, <= and >= comparison operators for formats.