]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW compilation.
[wxWidgets.git] / docs / changes.txt
index 8187f093a644bc57df77a59eedb23d3bc3247503..4023793277f4cf7a29e5cec0f2fb75112a5194c2 100644 (file)
@@ -440,6 +440,7 @@ Major new features in this release
 All:
 
 - Fix parsing of negated long options in wxCmdLineParser (roed_bis).
+- Fix crash in wxArray::insert() overload taking iterator range (wsu).
 
 All (GUI):
 
@@ -454,6 +455,8 @@ All (GUI):
 OSX:
 
 - Implement wxRegion::Equal() (Dr.Acula).
+- wxGetOsVersion() now returns more sensible version numbers, e.g. 10 and 6
+  for OS X 10.6.
 
 GTK: