summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-07 20:26:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-07 20:26:51 +0100
commit53f554a27905d5445dc8951d185961f8695b95cb (patch)
tree6206e3677d0acd7c20d219cd3182c93698a40e77 /doc
parent5b76494277e2e73b2d8eb1f0a7eafa6028e19a20 (diff)
Add the changelog up to now
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index f14ce8f3..ae043b71 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -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.
+* 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
* Major changes