From 4b3b49806f8395960a0844955258823369262c06 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 29 Jul 2023 22:37:16 +0100 Subject: [PATCH] Added notes about code reformatting, and "--help" word wrapping. --- doc/NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/NEWS.md b/doc/NEWS.md index fe014e9..7cea25f 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,7 +1,9 @@ 0.0.20230729-UNRELEASED + * security: removed *DEBUG* environment variable in debug mode, added "`--debug`" instead * cleanup: added "`make analyse`" to run "`splint`" and "`flawfinder`" on all source files * cleanup: corrected detection of boolean capability - * cleanup/security: removed *DEBUG* environment variable in debug mode, added "`--debug`" instead + * cleanup: word wrapping of "`--help`" output is now multi-byte locale aware + * cleanup: adjusted "`indent`" rules to line length of 120 and reformatted code 1.7.18 - 28 July 2023 * fix: language file installation had been broken by the configuration script rewrite