From bcdc23c3bab2651e68b8f5247be29cca8695e56e Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 19 Sep 2017 11:12:57 +0100 Subject: [PATCH] Update CHANGES.rst [ci skip] --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a2308a422..91cae6f9c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 4.3.0 (unreleased) ------------------ +- Use pathlib2 for Path objects on Python < 3.4 #2291 + [asergi] + - Export only required properties in unsafe_ptrs #2740 [homm]