diff --git a/docs/changes.txt b/docs/changes.txt index 5c9587e3d4..1ab190af05 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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).