This commit is contained in:
Itay Grudev 2017-04-23 14:31:52 +03:00
parent c2a6faca68
commit 00a0da8b00

View File

@ -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__
----------