]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
blind PCH-less build fixes: add missing headers
[wxWidgets.git] / docs / changes.txt
index 326a3629ab24276fa30879118a2c95e5c0426b63..b3ced8fea4d69399fbf3f6dcaa1cd77c7794780c 100644 (file)
@@ -518,6 +518,8 @@ All (GUI):
 - Added wxGetSelectedChoices() replacing wxGetMultipleChoices() (Kolya Kosenko).
 - Check whether document fits into page horizontally in wxHtmlPrintout, see the
   new CheckFit() method for more information.
+- Allow reading GIFs with incorrectly specified animation size.
+- Return number of frames in animated GIF from wxGIFHandler::GetImageCount().
 
 wxGTK: