]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Add entry for 2.8.0.1
[wxWidgets.git] / docs / changes.txt
index 5c9587e3d41662c30046bc8c566fa3c0790a906c..1ab190af05e61a5e7d6c28b541107055bf094668 100644 (file)
@@ -84,7 +84,7 @@ Major new features in 2.8 release
 - Further functionality including wxAnimationCtrl (moved from contrib/src/anim
   and enhanced), wxSimpleHtmlListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
   wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
-  wxAboutBox, wxTreebook, tar streams.
+  wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
 
 
 2.8.0
@@ -92,6 +92,7 @@ Major new features in 2.8 release
 
 All:
 
+- Added wxSearchCtrl (Vince Harron)
 - wxCSConv("UTF-16/32") now behaves correctly, i.e. same as wxMBConvUTF16/32
 - wxArrayString::Alloc() now works as reserve() and doesn't clear array contents
 - Fixed long standing bug in wxFileConfig groups renaming (Antti Koivisto).