From 140624ec5266095bde4c36480d19de742c676c2b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 3 Apr 2018 18:24:59 +0200 Subject: [PATCH] Add changelog entry for unknown subcommand handling helper --- doc/src/09020-changelog.md | 3 +++ 1 file changed, 3 insertions(+) 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