From 00a0da8b00c97cc38951f0f21ce08fa69998cc72 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 23 Apr 2017 14:31:52 +0300 Subject: v3.0.7a --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81eafb9..52a7c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +__3.0.7a__ +---------- + +* Fixed compilation error with Mingw32 in MXE thanks to Vitaly Tonkacheyev. +* Removed QMutex used for thread safe behaviour. The implementation now uses + QCoreApplication::instance() to get an instance to SingleApplication for + memory deallocation. + __3.0.6a__ ---------- @@ -8,6 +16,8 @@ __3.0.6a__ * Fixed bug in the Calculator example, preventing it's window to be raised on Windows. + Special thanks to Charles Gunawan. + __3.0.5a__ ---------- -- cgit v1.2.1