Update CHANGES.rst [ci skip]

This commit is contained in:
Andrew Murray 2024-04-23 08:02:42 +10:00
parent 1c21cd41bd
commit 7f6ad116d1

View File

@ -5,6 +5,18 @@ Changelog (Pillow)
10.4.0 (unreleased)
-------------------
- Support reading P mode TIFF images with padding #7996
[radarhere]
- Deprecate support for libtiff < 4 #7998
[radarhere, hugovk]
- Corrected ImageShow UnixViewer command #7987
[radarhere]
- Use functools.cached_property in ImageStat #7952
[nulano, hugovk, radarhere]
- Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER #7956
[Cirras, radarhere]