Commit 303f4a5b98a7c5c328420a7e4144e1770418a92a
1 parent
0395467d
Adding to changelog
[skip ci]
Showing
1 changed file
with
6 additions
and
0 deletions
CHANGELOG.md
| ... | ... | @@ -2,6 +2,12 @@ |
| 2 | 2 | * `parse` no longer returns (so `CLI11_PARSE` is always usable) [#37](https://github.com/CLIUtils/CLI11/pull/37) |
| 3 | 3 | * Added `remaining()` and `remaining_size()` [#37](https://github.com/CLIUtils/CLI11/pull/37) |
| 4 | 4 | * `allow_extras` and `prefix_command` are now valid on subcommands [#37](https://github.com/CLIUtils/CLI11/pull/37) |
| 5 | +* Added `take_last` to only take last value passed [#40](https://github.com/CLIUtils/CLI11/pull/40) | |
| 6 | +* More detailed error messages in a few cases [#41](https://github.com/CLIUtils/CLI11/pull/41) | |
| 7 | +* Footers can be added to help [#42](https://github.com/CLIUtils/CLI11/pull/42) | |
| 8 | +* Help flags are easier to customize [#43](https://github.com/CLIUtils/CLI11/pull/43) | |
| 9 | +* Subcommand now support groups [#46](https://github.com/CLIUtils/CLI11/pull/46) | |
| 10 | +* `CLI::RuntimeError` added, for easy exit with error codes [#45](https://github.com/CLIUtils/CLI11/pull/45) | |
| 5 | 11 | |
| 6 | 12 | |
| 7 | 13 | ## Version 1.2 | ... | ... |