Commit ae62b4e3a5716464c0e8971bb94610f11fced115
Committed by
Henry Schreiner
1 parent
a6360910
adding most recent change to changelog
Showing
1 changed file
with
2 additions
and
0 deletions
CHANGELOG.md
| ... | ... | @@ -45,6 +45,7 @@ Other changes: |
| 45 | 45 | * Removed `set_` from App's `failure_message`, `footer`, `callback`, and `name`. [#136] |
| 46 | 46 | * Fixed support `N<-1` for `type_size`. [#140] |
| 47 | 47 | * Added `->each()` to make adding custom callbacks easier. [#126] |
| 48 | +* Allow empty options `add_option("-n",{})` to be edited later with `each` [#142] | |
| 48 | 49 | * Added filter argument to `get_subcommands`, `get_options`; use empty filter `{}` to avoid filtering. |
| 49 | 50 | * Added `get_groups()` to get groups. |
| 50 | 51 | * Better support for manual options with `get_option`, `set_results`, and `empty`. [#119] |
| ... | ... | @@ -77,6 +78,7 @@ Backend and testing changes: |
| 77 | 78 | [#138]: https://github.com/CLIUtils/CLI11/pull/138 |
| 78 | 79 | [#140]: https://github.com/CLIUtils/CLI11/pull/140 |
| 79 | 80 | [#141]: https://github.com/CLIUtils/CLI11/pull/141 |
| 81 | +[#142]: https://github.com/CLIUtils/CLI11/pull/142 | |
| 80 | 82 | |
| 81 | 83 | [nlohmann/json]: https://github.com/nlohmann/json |
| 82 | 84 | ... | ... |