]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
implement GetImageCount() for GIF handler (closes #10663); added test for it to the...
[wxWidgets.git] / docs / changes.txt
index 29f6e9ab0eb3942ba873b9b91649481b74225460..b3ced8fea4d69399fbf3f6dcaa1cd77c7794780c 100644 (file)
@@ -519,6 +519,7 @@ All (GUI):
 - 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: