diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-19 23:42:18 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-19 23:42:18 +0800 |
commit | b68f60e023175b144664de092c31416fa5b58880 (patch) | |
tree | db20d74a00eda81274d532d5590a64868c944e78 /ChangeLog | |
parent | 41d78f3a67e2356008911b07f8cc0d0cdafd7fda (diff) | |
download | QMidiPlayer-b68f60e023175b144664de092c31416fa5b58880.tar.xz |
Fix argument parsing on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |