Add changelog entry for libimagentryutil

This commit is contained in:
Matthias Beyer 2018-01-08 15:19:08 +01:00
parent 9a9701fce5
commit 5c2d15cf56

View file

@ -29,6 +29,8 @@ This section contains the changelog from the last release to the next release.
* `libimagstore::store::Store::retrieve_copy` was renamed to
`libimagstore::store::Store::get_copy`, which describes the semantics of
the function way better.
* `libimagentryutil` was introduced, a library for helpers for
`libimagstore::store::Entry` handling and writing extension-writing.
* Minor changes
* Internals were refactored from `match`ing all the things into function
chaining