From b7ad0d8852f1830a9bf20a6823b7fd09a2eb2484 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 21 Sep 2019 06:52:12 +1000 Subject: [PATCH] Updated CHANGES.rst [ci skip] --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 522062e55..5091c2f82 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,12 @@ Changelog (Pillow) - This is the last Pillow release to support Python 2.7 #3642 +- Use TIFF orientation #4063 + [radarhere] + +- Raise the same error if a truncated image is loaded a second time #3965 + [radarhere] + - Lazily use ImageFileDirectory_v1 values from Exif #4031 [radarhere]