aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2017-04-23 14:31:52 +0300
committerItay Grudev <itay@grudev.com>2017-04-23 14:31:52 +0300
commit00a0da8b00c97cc38951f0f21ce08fa69998cc72 (patch)
tree212d77e18be6ee70dbd77a1e1a1a0e99bc5ccf5a
parentRemoved QMutex for thread safe behaviour and support for multiple SingleAppli... (diff)
downloadsingleapplication-00a0da8b00c97cc38951f0f21ce08fa69998cc72.tar.xz
v3.0.7av3.0.7a
-rw-r--r--CHANGELOG.md10
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__
----------