Add changelog entry for filtering by collection in imag-ids

This commit is contained in:
Matthias Beyer 2018-04-12 22:38:23 +02:00
parent dce7c1b820
commit f331f9d580

View file

@ -79,6 +79,7 @@ This section contains the changelog from the last release to the next release.
* `libimagstore` iterators have less restricting lifetimes now
* `libimagentrygrep` was introduced, a crate for seaching in the
header/content parts of an entry.
* `imag-ids` can now filter by collection
* Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`.