From 52917abe21c1f3c930399946c3b0bccbcc604439 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 2 Dec 2025 14:26:30 +0000 Subject: [PATCH] Update CHANGES. --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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).