summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:20:41 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:20:41 +0200
commite5ca1904c7d89e54d02118fb18e5bb5e311b64d6 (patch)
tree730f428ba37d447e1deedc4e50be7bf61b1753f5 /doc
parent87b3579d9c0e816be6e7a72b20166a33355d84e7 (diff)
Add changelog entry for clap wrap_help
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md1
1 files changed, 1 insertions, 0 deletions
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`.