Merge pull request #1206 from matthiasbeyer/changelog-update

Add the changelog up to now
This commit is contained in:
Matthias Beyer 2018-01-08 15:14:35 +01:00 committed by GitHub
commit 5e8feca6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,19 @@ Version 0.y.z and thus we can break the API like we want and need to.
This section contains the changelog from the last release to the next release. This section contains the changelog from the last release to the next release.
* Major changes
* The config infrastructure of `libimagstore` was removed, as it was unused.
* The iterators of `libimagstore` were improved and are now abstract over
all iterator types. For example, all iterators over `StoreId` can now be
transformed into a `StoreGetIterator`.
* `imag-log` was introduced
* `imag-init` was introduced
* `libimagdiary` supports second-granularity now.
* Minor changes
* Internals were refactored from `match`ing all the things into function
chaining
* Bugfixes
## 0.5.0 ## 0.5.0
* Major changes * Major changes