summaryrefslogtreecommitdiffstats
path: root/doc/src/09020-changelog.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-12 22:38:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-12 22:38:23 +0200
commitf331f9d580b274cb148eb9c90c6e246ca3e0c632 (patch)
treebf91e802ff2c6e5ea1596427b7376ae4afbb3284 /doc/src/09020-changelog.md
parentdce7c1b82032feaadf146e9c511f06dd503b0f03 (diff)
Add changelog entry for filtering by collection in imag-ids
Diffstat (limited to 'doc/src/09020-changelog.md')
-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 023ed6fd..ca134ea2 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -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`.