From d003bdb81ae939d9f269be4fc38b28d16a34a2b9 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Fri, 6 Sep 2024 08:00:42 -0400 Subject: [PATCH] Update release notes. --- RELEASE-NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1f393093..702117b7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,16 @@ RELEASE NOTES ============= +Version: 1.7.2 +-------------- + - Fix generic instantiations of `doArgParse` (#233) on newer Nim compilers + + - Make misc lib code compile under + `--hint[Name]=on --styleCheck=usages --styleCheck=error` + + - Vaguely robust (if information dropping) solution to + https://github.com/Alhadis/OSC8-Adoption/issues/13#issuecomment-2333658663 + Version: 1.7.1 -------------- - Fix two `cligen/strUt.ecvt` bugs (NOT resulting in bad parses/round trips)