summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-23 15:18:09 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-23 15:18:20 +0100
commit389cf63cbc027c995900bbdd6e68f4f5a96e5c08 (patch)
treeb1c9a8ec87319c9d9bd048893074ca04987371b2 /CHANGES
parent2148fe33cd867c76b79c3af0c33050019813bbcf (diff)
Tweak text.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 4 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 7423344a..46a05ff1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,9 @@
CHANGES FROM 2.9 to X.X
-* INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1)
- instead. Most configuration files shouldn't need changing, however, the
- following will need quoting:
-
- #{}
-
- That is, formats, since it would otherwise be consisdered a comment.
+* INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1). Most
+ configuration files shouldn't need to be changed but formats now need to be
+ quoted, so a bare #{...} becomes "#{...}". This includes #{ which may
+ previously have looked like a comment (for example at the start of a line).
Entirely the same parser is now used for parsing the configuration file
and for string commands. This means that constructs previously only