Add changelog entry for clap wrap_help

This commit is contained in:
Matthias Beyer 2018-04-13 16:20:41 +02:00
parent 87b3579d9c
commit e5ca1904c7
1 changed files with 1 additions and 0 deletions

View File

@ -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`.