From 240b1614b7e3937702559167b748793d137b3c6e Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 31 Aug 2017 14:19:30 +0100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a3af2e3d4..c1965b683 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,15 @@ Changelog (Pillow) 4.3.0 (unreleased) ------------------ +- Code tweaks to ease type annotations #2687 + [neiljp] + +- Fixed incorrect use of 's#' to byteslike object #2691 + [wiredfool] + +- Fix JPEG subsampling labels for subsampling=2 #2698 + [homm] + - Region of interest (box) for resampling #2254 [homm]