Update WHATSNEW

This commit is contained in:
Dianne Skoll
2022-09-22 15:00:30 -04:00
parent f179c837e1
commit fdc3e4d23d

View File

@@ -38,6 +38,16 @@ CHANGES TO REMIND
- BUG FIX: If the first REM command to trigger was a RUN command, the banner
would not print. This has been fixed.
- BUG FIX: replace deprecated 'fgrep' with 'grep -F' (Jochen Sprickerhof)
- BUG FIX: make "make test" depend on "make all" (Jochen Sprickerhof)
- BUG FIX: make "REM ... SATISFY ... MSG foo" respect $DefaultColor. Bug
reported by Gunther Reißig.
- BUG FIX: Don't consider IFTRIG true if we could not compute a trigger date.
Bug noted by Gunther Reißig
* VERSION 4.0 Patch 3 - 2022-08-16
- IMPROVEMENT: remind: add plain_body and calendar_body JSON keys in -pp...
@@ -2058,6 +2068,3 @@ CHANGES TO REMIND
* Version 1.0
- never publicly released.