From b2522317233975761edc86779bfc6d429c9f1d74 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 1 Apr 2019 10:25:41 +0300 Subject: [PATCH] Update CHANGES.rst [CI skip] --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 529d5e8be..9fc3f5828 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changelog (Pillow) - Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk] +- Add EXIF class #3625 + [radarhere] + +- Add ImageOps exif_transpose method #3687 + [radarhere] + - Added warnings to deprecated CMSProfile attributes #3615 [hugovk]