From df5b157d97530ed605532e7ed0799fdf6659bbc3 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 10 Apr 2018 14:24:57 +0200 Subject: [PATCH] Updating changelog [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8e3dd9..0262b0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## In progress + +* Make unlimited positionals vs. unlimited options more intuitive [#102] + +[#102]: https://github.com/CLIUtils/CLI11/issues/102 + + ## Version 1.5: Optionals This version introduced support for optionals, along with clarification and examples of custom conversion overloads. Enums now have been dropped from the automatic conversion system, allowing explicit protection for out-of-range ints (or a completely custom conversion). This version has some internal cleanup and improved support for the newest compilers. Several bugs were fixed, as well.