Skip to content

Commit

Permalink
v3.0.7a
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Apr 23, 2017
1 parent c2a6fac commit 00a0da8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
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__
----------

* Reverted GetUserName API usage on Windows. Fixed bug with missing library.
* Fixed bug in the Calculator example, preventing it's window to be raised
on Windows.

Special thanks to Charles Gunawan.

__3.0.5a__
----------

Expand Down

0 comments on commit 00a0da8

Please sign in to comment.