From 8c4cff22a5417f234bc38bcad207939e1ec06294 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Fri, 25 Jul 2025 12:07:50 -0400 Subject: [PATCH] Update WHATSNEW. --- docs/WHATSNEW | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 277e5328..024d49ec 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1,6 +1,16 @@ CHANGES TO REMIND -* VERSION 5,4 Patch 2 - 2025-07-16 +* VERSION 5.5 Patch 0 - 2025-??-?? + +- NEW FEATURE: remind: Add the PUSH-VARS / POP-VARS commands and the + analogous PUSH-FUNCS / POP-FUNCS commands. These let you localize + changes to variables and functions and help with writing more modular + reminder files. + +- INTERNAL CHANGES: Clean up the code following recommendations from + an updated "cppcheck" executable. + +* VERSION 5.4 Patch 2 - 2025-07-16 - MINOR CHANGE: remind: Allow daysinmon() to take a DATE or DATETIME argument.