Merge pull request #25 from radarhere/add-5.4.1-release-notes

Updated release notes
This commit is contained in:
Hugo van Kemenade 2019-01-05 09:54:26 +02:00 committed by GitHub
commit 1bfed277bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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