From 23081b556fa53b7f7e3543e775f45a1c04fdb0bd Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Fri, 19 Sep 2025 13:42:50 -0400 Subject: [PATCH] Update WHATSNEW --- docs/WHATSNEW | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index fa419391..940cebd9 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1,5 +1,15 @@ CHANGES TO REMIND +* VERSION 6.1 Patch 2 - 2025-09-19 + +- BUG FIX: remind: A reminder on a specific fixed date and time that + uses the TZ feature could erroneously issue a "Can't compute trigger" + error. This has been fixed. + +- CHANGE: remind: The default for --max-expr-complexity is 10,000,000 + (ten million) instead of unlimited. This should not affect any + real-world Remind scripts. + * VERSION 6.1 Patch 1 - 2025-09-12 - NEW FEATURE: remind: Add the new --max-expr-complexity=n