Update CHANGES.

This commit is contained in:
Nicholas Marriott
2025-12-02 14:26:30 +00:00
parent a40f98df0a
commit 52917abe21

View File

@@ -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).