From bd815181159633e6e3c3862ac1467c9b7602e35b Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Thu, 7 Nov 2024 09:07:55 -0500 Subject: [PATCH] Update for recent addition/fix. --- RELEASE-NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ce4e0cee..648ca9e3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -25,6 +25,11 @@ Version: 1.7.8 output will be used for (eg. piping output to grep, $PAGER, etc.). Sample code showing fine-grained wrap control is in `test/PassValuesMulti.nim`. + - Add `usehdr` variable for `usage` templates. If $usehdr/${usehdr} is used + in the active template, then do not auto-prefix with "Usage:". + + - Fix a bug where CLuser [template]use= / [template]usage= was ignored. + Version: 1.7.7 -------------- - Long overdue simplification of config-file open in `clCfgInit`, `clCfgToml`