From c6c70ae7edb0eb2248bbea687cd75ccf1771f19f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Jun 2014 23:56:29 +0000 Subject: [PATCH] Mention the addition of x64 configs in MSVC 8/9 projects in the change log. Should have been part of the previous commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76769 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 665b5ab086..2e96b9f170 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -580,6 +580,7 @@ Major new features in this release wxMSW: - Fix Cygwin 1.7 build. +- Include x64 configurations in MSVC 8/9 project files too. 3.0.1: (released 2014-06-15)