diff options
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
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__ ---------- |