From: Vadim Zeitlin Date: Wed, 4 Apr 2012 14:36:39 +0000 (+0000) Subject: No changes, just categorize change log entry correctly. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ab66414a667682bc37deeda4a03642c74b83bc41 No changes, just categorize change log entry correctly. wxThread::SetConcurrency() should be in the non-GUI part, not wxUniv one. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index ddb6934afa..2a3801d200 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -473,6 +473,7 @@ All: - Fix wrong time zone used in wxDateTime::UNow(). - Fix performance of wxStdInputStream with MSVC8/9 (wsu). - Added wxFileName::Exists(). +- Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot). All (GUI): @@ -529,7 +530,6 @@ OSX: Univ: - Fix regression with read-only wxComboBox appearance (Jason Erb). -- Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot).