From b2905aec0837d345b954dc7223c06d101abb3e06 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 5 Jan 2019 11:10:19 +1100 Subject: [PATCH] Updated release notes [ci skip] --- docs/releasenotes/5.4.1.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releasenotes/5.4.1.rst b/docs/releasenotes/5.4.1.rst index 465f70fc8..7b8b5804f 100644 --- a/docs/releasenotes/5.4.1.rst +++ b/docs/releasenotes/5.4.1.rst @@ -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 ^^^^^^^^^^^^^^