From e613f1de730c1b0e2012edaba18f0e05a2a0eb66 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 11 Sep 2014 11:15:43 +0200 Subject: [PATCH] updated changelog --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index d9ea397..8f3db9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Changes since 0.5.0rc3 # +- Readded the missing close button for the snore backend +- Cleaned up snore backend use a QPropertyAnimation instead of a custom timer code. +- Cleaned up qml in snore backend. +- Some buildsystem fixes. + # Changes since 0.5.0rc2 # - Fixed a crash related to a QTimer deleted in the wrong thread.