From 5dc6a81c2835ee52653b87c174f36ea557de99c3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 15 Feb 2018 10:05:49 +0100 Subject: [PATCH] Add changelog for libimagentryref rewrite --- doc/src/09020-changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index f8c4b5a3..c20ae099 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -24,6 +24,11 @@ This section contains the changelog from the last release to the next release. are now possible * `libimagerror` got a major refactoring and uses `ChainedError` from `error-chain` for logging errors now. + * `libimagentryref` and all libraries using it were rewritten. + `libimagentryref` was rewritten to make its API simpler and yet more powerful. + Also because it used to put entries under a "ref" collection in the store, + but users of the library really should be be able to put entries under + custom collections. * Minor changes * A license-checker was included into the CI setup, which checks whether all ".rs"-files have the license header at the top of the file