From 6e277a88487526dfc01e731735bb553d564cb76b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Feb 2014 15:44:35 +0000 Subject: [PATCH] Mention the addition of VC{11,12} solution files in the change log. This is an important thing for a lot of people. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index d52b5411af..1ba49e66fa 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -614,6 +614,7 @@ wxGTK: wxMSW: - Disable the use of compiler TLS to avoid mysterious crashes in plugins. +- Added solution files for MSVS 2012 and 2013 (Artur Wieczorek). - Fix blank wxBitmapComboBox dropdown appearance. - Fix clicking on checkboxes in wxDataViewCtrl. - Many improvements to alpha transparency handling (Artur Wieczorek).