Add changelog entry for unknown subcommand handling helper
This commit is contained in:
parent
93195b3bad
commit
140624ec52
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ This section contains the changelog from the last release to the next release.
|
|||
commandline flag.
|
||||
* `imag-habit today --done` and `imag-habit status --done` was added for
|
||||
showing habits which are already done.
|
||||
* `libimagrt` allows external subcommands now in the default clap app
|
||||
builder helper. It also provides a helper for handling unknown
|
||||
subcommands: `Runtime::handle_unknown_subcommand()`. See docs for details.
|
||||
* Minor changes
|
||||
* A license-checker was included into the CI setup, which checks whether all
|
||||
".rs"-files have the license header at the top of the file
|
||||
|
|
Loading…
Reference in a new issue