diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-09-08 14:22:34 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-09-08 14:22:34 +0100 |
commit | c62cfe64c8aabd91ea977950b63a3bc956015143 (patch) | |
tree | d63166e774c5882c73cade0d926c5206c87fe63f | |
parent | ff3d05d92f4cf90e52234194d9ee076f779b1506 (diff) | |
download | rtmux-c62cfe64c8aabd91ea977950b63a3bc956015143.tar.gz rtmux-c62cfe64c8aabd91ea977950b63a3bc956015143.tar.bz2 rtmux-c62cfe64c8aabd91ea977950b63a3bc956015143.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ CHANGES FROM 2.5 TO 2.6-rc, 29 August 2017 +* Add select-pane -T to set pane title. + * Fix memory leak when lines with BCE are removed from history. * Fix (again) the "prefer unattached" behaviour of attach-session. |