Add changelog for libimagentryref rewrite

This commit is contained in:
Matthias Beyer 2018-02-15 10:05:49 +01:00
parent 841d3ffb60
commit 5dc6a81c28

View file

@ -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