1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43:52 +00:00

Updating changelog

[skip ci]
This commit is contained in:
Henry Schreiner 2018-04-10 14:24:57 +02:00 committed by GitHub
parent 9d41ddef83
commit df5b157d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ## 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. 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.