aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 892f273..110602b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-05-25 0.8.7 indev
+Massive code refactor en cours!
+Less complain from compilers:
+ - use nullptr instead of NULL
+ - use types for event fields
+ - explicit type casting added
+Stop saving parameters of meta events in p1/p2 fields of SEvent.
+callback_t now uses std::function, deprecating ICallback.
+
2019-04-22 0.8.7 indev
New development cycle!
Partially reintroduce High DPI handling.