]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
define wxHAS_RAW_BITMAP (instead of inconsistenly named wxHAVE_RAW_BITMAP) and use...
[wxWidgets.git] / docs / changes.txt
index 9e6b8e30c6aceb07d8158b59da24acaf07a5d323..4c271ac1dbbaef603ef656177d94193c9c33de0b 100644 (file)
@@ -271,6 +271,7 @@ All:
 - wxString now uses std::[w]string internally by default, meaning that it is
   now thread-safe if the standard library provided with your compiler is.
 - Added wxCmdLineParser::AddUsageText() (Marcin 'Malcom' Malich).
+- Fix reading/writing UTF-7-encoded text streams.
 
 All (Unix):