diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-06-11 14:23:47 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-06-11 14:23:47 +0100 |
commit | e8814a7e9308dfd4617ce01bc0aa3dba15f177c0 (patch) | |
tree | 99061d8d1dc8e85941adeb0d5250237a44e7336d | |
parent | d9ad461b5e37ea26358991f55e497116a5a80ea6 (diff) | |
download | rtmux-e8814a7e9308dfd4617ce01bc0aa3dba15f177c0.tar.gz rtmux-e8814a7e9308dfd4617ce01bc0aa3dba15f177c0.tar.bz2 rtmux-e8814a7e9308dfd4617ce01bc0aa3dba15f177c0.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ CHANGES FROM 3.0 to X.X -XXX +* Add new-session -X and attach-session -x to send SIGHUP to parent when + detaching (like detach-client -P). + +* Support for octal escapes in strings (such as \007). CHANGES FROM 2.9 to 3.0 |