Update CHANGES.rst [ci skip]

This commit is contained in:
wiredfool 2017-08-31 15:15:26 +01:00 committed by GitHub
parent 9797e7bbfa
commit 27f31033c1

View File

@ -4,6 +4,15 @@ Changelog (Pillow)
4.3.0 (unreleased)
------------------
- Use RGBX rawmode for RGB JPEG images where possible #1989
[homm]
- Remove palettes from non-palette modes in _new #2702
[wiredfool]
- Delete transparency info when convert'ing RGB/L to RGBA #2633
[olt]
- Code tweaks to ease type annotations #2687
[neiljp]