summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-03 18:24:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-04 19:34:13 +0200
commit140624ec5266095bde4c36480d19de742c676c2b (patch)
treec48bacaee4d18b3809dd29c5bb7fe176f2d3381c /doc
parent93195b3bad5f2a7ae87a813e45dc4b55e2ff55d2 (diff)
Add changelog entry for unknown subcommand handling helper
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index 93d16341..f4b86427 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -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