Add the changelog up to now

This commit is contained in:
Matthias Beyer 2018-01-07 20:26:51 +01:00
parent 5b76494277
commit 53f554a279

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