updated changelog

This commit is contained in:
Patrick von Reth 2014-09-11 11:15:43 +02:00
parent c8e0b82306
commit e613f1de73
1 changed files with 6 additions and 0 deletions

View File

@ -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.