From 0dac7fe434d029a4f0b819cba8eb7963df291990 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 26 Nov 2025 08:34:33 +0000 Subject: [PATCH] Add to CHANGES. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 886d1673..eb0080ec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ CHANGES FROM 3.5a TO 3.6 +* Add seconds options for clock mode (issue 4697). + * Add a resize callback for menus so that they are correctly moved on resize (issue 4696).