]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Reworked the way child properties can be added to a property that has not yet been...
[wxWidgets.git] / docs / changes.txt
index 089db7270afff2200563adf34281be543f4cf424..fda269e22e5a7026ca5457513923f3ee9984db08 100644 (file)
@@ -375,6 +375,7 @@ All:
 - Added wxXmlResource::GetResourceNode().
 - Optimize wxString::Replace() to use an O(N) algorithm (Kuang-che Wu).
 - Added support of %l format specifier to wxDateTime::ParseFormat().
+- wxImage handlers can now support multiple extensions (Ivan Krestinin).
 
 All (Unix):
 
@@ -556,6 +557,7 @@ wxMSW:
   by modern apps.
 - Ellipsize long strings in wxStatusBar (Francesco Montorsi)
 - Fix spurious repaint when changing tooltip text (Jonathan Liu).
+- Fix wxSP_WRAP and wxSP_ARROW_KEYS in wxSpinCtrlDouble (Andrew Radke).
 
 wxX11: