From 165f99038fb1e4d58d2b5b95a7caaf017dad43ba Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Fri, 23 Dec 2022 10:10:35 -0500 Subject: [PATCH] Update release notes. --- RELEASE-NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 6d6140d0..cdae511a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,6 +3,9 @@ RELEASE NOTES Version: 1.5.33 --------------- + Fix a subtle certain-config-files-only bug related to top-level multi-cmd + help dump from -h/--help; See https://github.com/c-blake/cligen/issues/219 + Remove need for `rightSize` in any recent Nim. Factor `cligen/mslice.strip` into `stripLeading`, `stripTrailing` and like