]> git.saurik.com Git - wxWidgets.git/commitdiff
documented removal of unsafe wxGets() and wxTmpnam() functions
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 8 Jul 2007 20:23:11 +0000 (20:23 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 8 Jul 2007 20:23:11 +0000 (20:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 60494b7ba33101e5fcc4dfe3dab0f9735653f75d..6d003a01715c4238de70f3f95f1cc9561da6cb0c 100644 (file)
@@ -69,12 +69,15 @@ Changes in behaviour which may result in compilation errors
   This can be worked around by explicitly casting to bool:
      for ( wxString::const_iterator p = s.begin(); (bool)*p; ++p )
 
-- virtual wxHtmlParser::AddText() takes wxString, not wxChar*, argument now.
+- Virtual wxHtmlParser::AddText() takes wxString, not wxChar*, argument now.
 
 - Funtions that took wxChar* arguments that could by NULL in wxWidgets 2.8.
   are deprecated and passing NULL to them won't compile anymore, wxEmptyString
   must be used instead.
 
+- Removed insecure wxGets() and wxTmpnam() functions.
+
+
 Deprecated methods and their replacements
 -----------------------------------------