From 2e9888a4befff58a8a4fa68e82e35c9598a9711f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Oct 2014 15:48:26 +0000 Subject: [PATCH] Mention Borland C++ fixes in the change log. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77989 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 740dd83507..6f1e99636d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -583,6 +583,7 @@ All (GUI): wxMSW: +- Fix compilation with C++Builder XE compiler (Nichka). - Fix best height of wxSlider with labels but without ticks (Artur Wieczorek).