From 644473acba1eb9bb627070fd38dc2b9f1424907c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 7 Apr 2018 12:46:20 +0200 Subject: [PATCH] Add changelog entry for libimagstore iterator lifetime fix --- doc/src/09020-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index db922818..a2aea01b 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -76,6 +76,7 @@ This section contains the changelog from the last release to the next release. Filepath of found contacts. * `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 * Bugfixes * imag does not panic anymore when piping and breaking that pipe, for example like with `imag store ids | head -n 1`.