aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-07 23:58:52 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-07 23:58:52 +0800
commitf0d2584fdad44703f3966eb0b1e695341a4ca01c (patch)
tree354a6f8a961a07a14a8b7f1887e66986e558d303 /ChangeLog
parent909cfe195ae2f6058a03875123f1e80f2a3fa0fa (diff)
downloadQMidiPlayer-f0d2584fdad44703f3966eb0b1e695341a4ca01c.tar.xz
Added two new options.
Fixed several crashes related to options without a description. Sanitise deinitialize order again. Fixed several memory leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b26c98..8b7c6f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-05-07 0.8.1 alpha
+Added two new options.
+Fixed several crashes related to options without a description.
+Sanitise deinitialize order again.
+Fixed several memory leaks.
+
2016-05-06 0.8.1 alpha
Use new SMELT rendering API for notes drawing.
Deinitialize classes in a correct order to avoid crashes.