From 714311a696014a8fca5a2e4247ee39bcc8124523 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 May 2019 14:37:47 +0100 Subject: Add {}. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 66270be5..9f38b6f4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ CHANGES FROM 2.9 to X.X +* Add an addition form of string syntax in the configuration file - {}. This + means commands that take other commands as string arguments can be expressed + more clearly and without additional escaping. This means that a literal { and + } must now be escaped or quoted. + * INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1). Most configuration files shouldn't need to be changed but there are the following differences: -- cgit