Skip to content

Commit f23dc33

Browse files
committed
update changelog
1 parent 9ed6e9d commit f23dc33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ and a potential segmentation fault from specially crafted config files
1717
- Fixed incorrect inclusion of definition for extra validators [#1238][]
1818
- Fixed fuzz generated failure from crafted files introduced in recent release
1919
[#1238][]
20+
- Removed some usage of static const std::string in inline function that had potential memory issues when CLI11 is used with shared libraries, this likely isn't a bug but the fix did result in smaller code size so was kept. [#1244][]
2021

22+
[#1244]: https://github.com/CLIUtils/CLI11/pull/1244
2123
[#1238]: https://github.com/CLIUtils/CLI11/pull/1238
2224
[#1239]: https://github.com/CLIUtils/CLI11/pull/1239
2325

0 commit comments

Comments
 (0)