summaryrefslogtreecommitdiffstats
path: root/doc/src/09020-changelog.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-08 10:22:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-08 10:22:25 +0200
commit7c401dc380b01cc5b137340ad00e3e4830a03f74 (patch)
tree63e1b98ceddd74ed646551e7958d535a72b04603 /doc/src/09020-changelog.md
parent644473acba1eb9bb627070fd38dc2b9f1424907c (diff)
Add changelog entry for libimagentrygrep
Diffstat (limited to 'doc/src/09020-changelog.md')
-rw-r--r--doc/src/09020-changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index a2aea01b..83a7ff0f 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -77,6 +77,8 @@ This section contains the changelog from the last release to the next release.
* `imag view` can now view multiple entries at once
* `imag view -I` reads store ids from stdin now.
* `libimagstore` iterators have less restricting lifetimes now
+ * `libimagentrygrep` was introduced, a crate for seaching in the
+ header/content parts of an entry.
* Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`.