Update CHANGES.rst

This commit is contained in:
Hugo 2019-06-29 23:09:35 +03:00 committed by GitHub
parent 6459cafba3
commit a7bdd6487f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,27 @@ Changelog (Pillow)
6.1.0 (unreleased)
------------------
- Create GIF deltas from background colour of GIF frames if disposal mode is 2 #3708
[sircinnamon, radarhere]
- Added ImageSequence all_frames #3778
[radargere]
- Use unsigned int to store TIFF IFD offsets #3923
[cgohlke]
- Include CPPFLAGS when searching for libraries #3819
[jefferyto]
- Updated TIFF tile descriptors to match current decoding functionality #3795
[dmnisson]
- Added an `image.entropy()` method (second revision) #3608
[fish2000]
- Pass the correct types to PyArg_ParseTuple #3880
[QuLogic]
- Fixed crash when loading non-font bytes #3912
[radarhere]