From e6b02dec199a0f058aee4e9575f57d92b39501f5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 13 Dec 2019 11:31:53 +0000 Subject: Add to CHANGES. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index a08ed526..cd3a1b8a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ CHANGES FROM 3.0 to X.X +* Change file reading and writing to go through the client if necessary. This + fixes commands like "tmux loadb /dev/fd/X". Also modify source-file to + support "-" for standard input, like load-buffer and save-buffer. + * Add ~/.config/tmux/tmux.conf to the default search path for configuration files. -- cgit