Fixed the docstring, default module is now wx, not wxPython.wx
[wxWidgets.git] / docs / changes.txt
index f6d6043082d241902a44005c4cdc9e3fb2fa011e..8ec34e211e1ea3fae326e05d90f6aafa1650da01 100644 (file)
@@ -84,11 +84,13 @@ All:
 - check if file exists in wxFileConfig::DeleteFile() (Christian Sturmlechner)
 - when wxUSE_STL == 1 wxHashTable will not be implemented using wxHashMap
   (as in 2.5.0).
-- Added some extra convenience functions to wxRect such as
+- added some extra convenience functions to wxRect such as
   GetBottomRight (Hajo Kirchhoff)
 - Changed built-in regex library to a unicode-compatible one (Ryan Norton)
-- Added extra convenience functions to wxPoint for adding a
+- added extra convenience functions to wxPoint for adding a
   wxSize (Wlodzimierz Skiba)
+- intermediate wxIPaddress class added to prepare for
+  wxIPV6address (Ray Gilbert)
 
 All (GUI):