summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-26 16:12:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-04-26 16:12:23 +0200
commit3d8fef06886500f73d526d3179e4a1f78e0bfe88 (patch)
tree71f22c5751c840ba6591a15db92e99d97d467a9f /doc
parent535595a7c8bc18c80c5c1e8e7f10223a9cf940c5 (diff)
Add changelog for version 0.9.1
This was cherry-picked from the 0.9.1 release, where I made the mistake to add one commit for all updated stuff, instead of adding the changelog in one commit and all other stuff in other commits. But because we should have that information on master, we cherry-pick the commit 7137a3ce7 partially here. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 7137a3ce7)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index 77be775c..0d41b5d6 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -14,6 +14,20 @@ the changelog (though updating of dependencies is).
Please note that we do not have a "Breaking changes" section as we are in
Version 0.y.z and thus we can break the API like we want and need to.
+## 0.9.1
+
+Bugfix release for fixing:
+
+* Fix off by one error in error tracing
+* Fix negation error in imag-habit filtering mechanism
+* Fix config override mechanism
+* "status" subcommand might not be present in imag-habit, but standard command
+ should work anyways
+* We go to the next month, not to the current one (off by one error)
+* 'start-time' cannot be None in imag-timetrack, clap ensures that
+* Do not use deprecated StoreId::exists() function in libimagentrycategory
+
+
## 0.9.0
* [f912d3e7f3](https://git.imag-pim.org/imag/commit/?id=f912d3e7f362e524347cd061f316d3569dfb18a0)