diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-06-14 12:40:35 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-06-14 15:54:36 +0100 |
commit | 7bb8ab1c0efefebcaeb25c5694bc8ac6506a7396 (patch) | |
tree | 3cb5ed06194df918685af4c1a9ab400f70084c78 | |
parent | 5e9757b30b8de13028149caa2683a7d76f231790 (diff) | |
download | rtmux-7bb8ab1c0efefebcaeb25c5694bc8ac6506a7396.tar.gz rtmux-7bb8ab1c0efefebcaeb25c5694bc8ac6506a7396.tar.bz2 rtmux-7bb8ab1c0efefebcaeb25c5694bc8ac6506a7396.zip |
Add a bit to {}.
-rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |