From e5ca1904c7d89e54d02118fb18e5bb5e311b64d6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 13 Apr 2018 16:20:41 +0200 Subject: [PATCH] Add changelog entry for clap wrap_help --- doc/src/09020-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index df1bd190..f31107cc 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -80,6 +80,7 @@ This section contains the changelog from the last release to the next release. * `libimagentrygrep` was introduced, a crate for seaching in the header/content parts of an entry. * `imag-ids` can now filter by collection + * All crates use "clap" with the "wrap_help" feature now. * Bugfixes * imag does not panic anymore when piping and breaking that pipe, for example like with `imag store ids | head -n 1`.