aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-19 23:42:18 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-19 23:42:18 +0800
commitb68f60e023175b144664de092c31416fa5b58880 (patch)
treedb20d74a00eda81274d532d5590a64868c944e78 /ChangeLog
parent41d78f3a67e2356008911b07f8cc0d0cdafd7fda (diff)
downloadQMidiPlayer-b68f60e023175b144664de092c31416fa5b58880.tar.xz
Fix argument parsing on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e2d0b0..4880631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2016-04-18 0.7.2 beta
+Fixed several bugs in command line parsing (on Windows).
+
+2016-04-18 0.7.2 beta
Use std::vector for the event list.
Add panic action.
Minor changes on the panic function.