From 00cef3e6be2f6ca7bf4ae9dffe467b6bb7d71014 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 25 Nov 2025 22:07:09 +0000 Subject: [PATCH] Add to CHANGES. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 0cec4881..886d1673 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ CHANGES FROM 3.5a TO 3.6 +* Add a resize callback for menus so that they are correctly moved on resize + (issue 4696). + * Make -v to source-file pass through to subsequent source-file commands (issue 4216).