summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-08 15:19:08 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-08 23:46:36 +0100
commit5c2d15cf564938a299e58e3559e023f7a6997926 (patch)
treeb4dd7b0b5951c841984a10c7798ab20e3acbfe68 /doc
parent9a9701fce5c1fc53de06d81e0c29688ea95adec2 (diff)
Add changelog entry for libimagentryutil
Diffstat (limited to 'doc')
-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 03bbb79b..eeb73392 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -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