Update WHATSNEW.

This commit is contained in:
Dianne Skoll
2020-03-20 09:18:48 -04:00
parent 8ab78fd8be
commit a2ae4ce95b

View File

@@ -1,16 +1,16 @@
CHANGES TO REMIND
* VERSION 3.3 Patch 1 - 2020-XX-XX
* VERSION 3.3 Patch 1 - 2020-03-20
- CHANGE: For overlapping multi-day events, issue a reminder for the
most *recent* event rather than the earliest event. NOTE INCOMPATIBILITY:
This is a behavior change!
most *recent* event rather than the earliest event. NOTE
INCOMPATIBILITY: This is a behavior change!
- CHANGE: Do not convert 90-99 to 1990-1999 when parsing numbers to recognize
years. NOTE INCOMPATIBILITY: This is a behavior change!
- CHANGE: Do not convert 90-99 to 1990-1999 when parsing numbers to
recognize years. NOTE INCOMPATIBILITY: This is a behavior change!
- CHANGE: Revert change to -y option that included filename and line number
in the hash.
- CHANGE: Revert change to -y option that included filename and line
number in the hash.
- CHANGE: Retain newlines (produced by %_) in JSON output.
@@ -18,6 +18,8 @@ CHANGES TO REMIND
- FIX: Highlight today's date in "remind -c" output
- FIX: Eliminate compiler warnings on Ubuntu 18.04.
- IMPROVEMENT: Allow times to be specified either in 24-hour mode
(HH:MM or HH.MM) or AM/PM mode (HH:MMam; HH:MMpm, etc.)