From d31148bb86ad33cfb5bd9952775d5aaede028c44 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 1 Apr 2024 13:51:55 +1100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9dae34a1f92..fd4a27d869b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,18 @@ Changelog (Pillow) 10.3.0 (unreleased) ------------------- +- Add --report argument to __main__.py to omit supported formats #7818 + [nulano, radarhere, hugovk] + +- Added RGB to I;16, I;16L, I;16B and I;16N conversion #7918, #7920 + [radarhere] + +- Fix editable installation with custom build backend and configuration options #7658 + [nulano, radarhere] + +- Fix putdata() for I;16N on big-endian #7209 + [Yay295, hugovk, radarhere] + - Determine MPO size from markers, not EXIF data #7884 [radarhere]