diff --git a/CHANGES b/CHANGES index d6b3013e..d2b47190 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,14 @@ CHANGES FROM 3.6 TO 3.6a +* Fix horizontal mouse resizing when pane status lines are on (from Michael + Grant, issue 4720). + +* Fix noattr so it does not delete attributes set in the style itself (issue + 4713). + * Newer libevents do not allow event_del on a zero'd event (issue 4706). -* Place cursor on correct line if message-line is not 0 (issue 4707)). +* Place cursor on correct line if message-line is not 0 (issue 4707). * Fix compile error on FreeBSD (from Yasuhiro Kimura, issue 4701).