Add a bit to {}.

pull/1798/head
Nicholas Marriott 2019-06-14 12:40:35 +01:00
parent 5e9757b30b
commit 7bb8ab1c0e
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,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.