From d759e402a670437b723526de0645ec9ce4c95b3c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 22 May 2019 23:56:24 +0200 Subject: [PATCH] Add changelog for 0.9.3 Signed-off-by: Matthias Beyer (cherry picked from commit 6661b72e3d1a984f3010251698b7ee92be80af1a) --- doc/src/09020-changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 715a4784..023086c4 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -14,6 +14,16 @@ 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.3 + +Bugfix release for fixing: + +* Removed an import which was already there and fails with the current beta + compiler +* Fix a negation error in the config aggregation in imag-log +* Dependency specification fail in 0.9.2 where everything did not depend on + 0.9.2 but 0.9.1 + ## 0.9.2 Bugfix release for fixing: