summaryrefslogtreecommitdiffstats
path: root/doc/src/09020-changelog.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-07 12:46:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-07 12:46:20 +0200
commit644473acba1eb9bb627070fd38dc2b9f1424907c (patch)
tree80872fb147c89c9cfbf7614b51b3422e2dec8d14 /doc/src/09020-changelog.md
parent7549cc209a65c2f2b21d94736dcde99bd11d1523 (diff)
Add changelog entry for libimagstore iterator lifetime fix
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 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`.