From 6f3b0526cff7130d8efbd9fa71cc400379b52554 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 7 Oct 2025 14:36:49 -0400 Subject: [PATCH] Update WHATSNEW. --- docs/WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 323c3d29..81d2b947 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -2,6 +2,9 @@ CHANGES TO REMIND * VERSION 6.1 Patch 4 - 2025-10-?? +- CHANGE: remind: The shell(cmd) built-in function and the + "REM ... RUN cmd" reminders connect cmd's stdin to /dev/null. + - BUG FIX: remind: In calendar mode, reminders that specify a TZ zone that is *behind* the system time zone could sometimes not show up. The bug has been fixed; thanks to Jin Chen for reporting it.