From: Vadim Zeitlin Date: Sat, 9 Dec 2006 16:20:26 +0000 (+0000) Subject: mention wxCSConv(utf-16/32) fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b31663c9d7d12a1e8299e9dbf1b5e174f410fc23 mention wxCSConv(utf-16/32) fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index ad60c6f249..5c9587e3d4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -92,6 +92,7 @@ Major new features in 2.8 release All: +- 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). - New option wxFS_READ | wxFS_SEEKABLE for wxFileSystem::OpenFile() to return