X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89a7e1ff98e58687eef2bf8ec94bf7190208167f..dbe31039f7ee6169d80386fd75a9f03316f8d261:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 326a3629ab..b3ced8fea4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: