diff --git a/CHANGES.rst b/CHANGES.rst index 0f1e419aa..8e689a565 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,12 @@ Changelog (Pillow) 10.2.0 (unreleased) ------------------- +- Implement `streamtype=1` option for tables-only JPEG encoding #7491 + [bgilbert, radarhere] + +- If save_all PNG only has one frame, do not create animated image #7522 + [radarhere] + - Fixed frombytes() for images with a zero dimension #7493 [radarhere]