From: Václav Slavík Date: Fri, 9 Mar 2007 16:03:41 +0000 (+0000) Subject: deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7890307b532da79a73a5eecbb687dc62b0e1ae1e deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 05d265ae3d..d5242d64e0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -18,6 +18,8 @@ Deprecated methods and their replacements ----------------------------------------- - wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() instead. +- wxString::GetWriteBuf() and UngetWriteBuf() deprecated, using wxStringBuffer + or wxStringBufferLength instead. Major new features in this release ----------------------------------