Tweak text.

pull/1758/head
Nicholas Marriott 2019-05-23 15:18:09 +01:00
parent 2148fe33cd
commit 389cf63cbc
1 changed files with 4 additions and 7 deletions

11
CHANGES
View File

@ -1,12 +1,9 @@
CHANGES FROM 2.9 to X.X CHANGES FROM 2.9 to X.X
* INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1) * INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1). Most
instead. Most configuration files shouldn't need changing, however, the configuration files shouldn't need to be changed but formats now need to be
following will need quoting: quoted, so a bare #{...} becomes "#{...}". This includes #{ which may
previously have looked like a comment (for example at the start of a line).
#{}
That is, formats, since it would otherwise be consisdered a comment.
Entirely the same parser is now used for parsing the configuration file Entirely the same parser is now used for parsing the configuration file
and for string commands. This means that constructs previously only and for string commands. This means that constructs previously only