]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE
[wxWidgets.git] / docs / changes.txt
index 92c2d65cdcdbbdc5b5ddbaf247ef34354302493c..ac1a417acdc3be4b7471757d10bf0ca6c89adcad 100644 (file)
@@ -90,6 +90,11 @@ Major new features in 2.8 release
 2.8.1
 -----
 
+All:
+
+- Fix compilation with wxUSE_STL=1
+- wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
+
 wxMSW:
 
 - Fixed compilation with Borland C++ in Unicode mode but without MSLU
@@ -98,6 +103,10 @@ wxGTK:
 
 - Don't crash if command line is not valid UTF-8 (Unicode build only)
 
+wxUniv:
+
+- It is now possible to set background colour of wxStaticText
+
 
 2.8.0
 -----