diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-27 14:39:44 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-27 14:39:44 +0100 |
commit | 522d1bd3091aeb3094554ebd6ee28be124fc5393 (patch) | |
tree | 06df62322a269e0303784831762731a88ced1a09 | |
parent | a21de4c4832ca759208923d840e0a54b4d858956 (diff) | |
download | rtmux-522d1bd3091aeb3094554ebd6ee28be124fc5393.tar.gz rtmux-522d1bd3091aeb3094554ebd6ee28be124fc5393.tar.bz2 rtmux-522d1bd3091aeb3094554ebd6ee28be124fc5393.zip |
Add.
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ CHANGES FROM 2.9 to X.X * New <, >, <= and >= comparison operators for formats. +* Improve escaping of special characters in list-keys output. + * 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: |