Add changelog entry for libimagstore iterator lifetime fix

This commit is contained in:
Matthias Beyer 2018-04-07 12:46:20 +02:00
parent 7549cc209a
commit 644473acba

View file

@ -76,6 +76,7 @@ This section contains the changelog from the last release to the next release.
Filepath of found contacts. Filepath of found contacts.
* `imag view` can now view multiple entries at once * `imag view` can now view multiple entries at once
* `imag view -I` reads store ids from stdin now. * `imag view -I` reads store ids from stdin now.
* `libimagstore` iterators have less restricting lifetimes now
* Bugfixes * Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for * imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`. example like with `imag store ids | head -n 1`.