Updated CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2020-08-30 14:32:28 +10:00
parent b650a90c02
commit 2d29c5085d

View File

@ -5,6 +5,24 @@ Changelog (Pillow)
8.0.0 (unreleased) 8.0.0 (unreleased)
------------------ ------------------
- Fix IFDRational __eq__ bug #4888
[luphord, radarhere]
- Fixed duplicate variable name #4885
[liZe, radarhere]
- Added homebrew zlib include directory #4842
[radarhere]
- Corrected inverted PDF CMYK colors #4866
[radarhere]
- Do not try to close file pointer if file pointer is empty #4823
[radarhere]
- ImageOps.autocontrast: add mask parameter #4843
[navneeth, hugovk]
- Read EXIF data tEXt chunk into info as bytes instead of string #4828 - Read EXIF data tEXt chunk into info as bytes instead of string #4828
[radarhere] [radarhere]