]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be...
[wxWidgets.git] / docs / changes.txt
index fdd806b24b3771b387829b004cd85976cbeb2ab8..9e6b8e30c6aceb07d8158b59da24acaf07a5d323 100644 (file)
@@ -270,7 +270,7 @@ All:
   wxQueueEvent() replacing wxPostEvent().
 - 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)
+- Added wxCmdLineParser::AddUsageText() (Marcin 'Malcom' Malich).
 
 All (Unix):
 
@@ -348,6 +348,7 @@ All (GUI):
 - Allow having menu separators with ids != wxID_SEPARATOR (Jeff Tupper)
 - Fix appending items to sorted wxComboCtrl after creation (Jaakko Salli)
 - Don't blit area larger than necessary in wxBufferedDC::UnMask (Liang Jian)
+- Fixed wxPixelData<wxImage> compilation (Leonardo Fernandes).
 
 wxGTK: