From 8eb40ae74819e4016563ed689a9b3d39dc5e3246 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 29 Feb 2024 15:53:31 -0500 Subject: [PATCH] Note the bug fix. --- docs/WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 11d94db6..b6a9bed9 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -39,6 +39,9 @@ CHANGES TO REMIND - BUG FIX: Miscellaneous man page fixes. +- BUG FIX: Fix a leap-year edge-case. The reminder: REM 29 MSG whatever + was not triggered on Feb 29 of leap years. + - BUG FIX: rem2html: Make the version of rem2html track the version of Remind. Noted by Ian! D. Allen.