Commit df5b157d97530ed605532e7ed0799fdf6659bbc3

Authored by Henry Schreiner
Committed by GitHub
1 parent 9d41ddef

Updating changelog

[skip ci]
Showing 1 changed file with 7 additions and 0 deletions
CHANGELOG.md
  1 +## In progress
  2 +
  3 +* Make unlimited positionals vs. unlimited options more intuitive [#102]
  4 +
  5 +[#102]: https://github.com/CLIUtils/CLI11/issues/102
  6 +
  7 +
1 8 ## Version 1.5: Optionals
2 9  
3 10 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.
... ...