From 712ff56792f4a3b1b8d380ff2ea567588bad3d6c Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Fri, 1 Apr 2022 12:11:04 -0400 Subject: [PATCH] Update docs --- docs/WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index d38a03b3..6a8fa025 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -30,6 +30,8 @@ CHANGES TO REMIND This causes Remind *not* to remove the %"...%" marker sequence from remind bodies. +- BUG FIX: tkremind: Fix the "-m" flag, which was broken in 03.04.00. + - BUG FIX: Fix the overflow-detection functions so they work with link-time optimization. The previous versions would be optimized away.