diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdcc02f..a62cb6bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## In progress -* Fix unlimited short options eating two values before checking for positionals when no space present #90 +* Fix unlimited short options eating two values before checking for positionals when no space present [#90] +* Symmetric exclude text when excluding options, exclude can be called multiple times [#64] + +[#64]: https://github.com/CLIUtils/CLI11/issues/64 +[#90]: https://github.com/CLIUtils/CLI11/issues/90 + ## Version 1.4: More feedback diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index f8222d34..6525a11d 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -315,9 +315,14 @@ class Option : public OptionBase