Updated release notes [ci skip]

This commit is contained in:
Andrew Murray 2019-01-05 11:10:19 +11:00
parent 3c2940b002
commit b2905aec08

View File

@ -14,9 +14,9 @@ PNG: Handle IDAT chunks after image end
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Some PNG images have multiple IDAT chunks. In some cases, Pillow will stop
reading the image after one chunk. A regression caused an ``EOFError``
exception when previously there was none. This is now fixed, and file reading
continues in case there are subsequent text chunks.
reading image data before the IDAT chunks finish. A regression caused an
``EOFError`` exception when previously there was none. This is now fixed, and
file reading continues in case there are subsequent text chunks.
PNG: MIME type
^^^^^^^^^^^^^^