From 9f296fe76dbe3443441b422dc2f7165361f7b46a Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 28 Dec 2021 10:47:21 -0500 Subject: [PATCH] Update docs --- docs/WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index e3a74413..621cd4df 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -8,6 +8,9 @@ CHANGES TO REMIND - IMPROVEMENT: rem2html: Add class names indicating number of rows in calendar +- IMPROVEMENT: remind: In -z0 mode, sleep with higher precision to ensure we + wake as close to possible to each 1-minute boundary. + - IMPROVEMENT: rem2html: Coalesce table.rem-cal CSS into one block. Thanks to Ian! D. Allen for pointing this out.