From 3d8fef06886500f73d526d3179e4a1f78e0bfe88 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 26 Apr 2019 16:12:23 +0200 Subject: [PATCH] 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 (cherry picked from commit 7137a3ce7) --- doc/src/09020-changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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)