diff --git a/CHANGES.rst b/CHANGES.rst index ce9e52306..4eaa4f842 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 3.4.0 (unreleased) ------------------ +- Allow pathlib.Path in Image.open on Python 2.7 #2110 + [patricksnape] + - Use modern base64 interface over deprecated #2121 [hugovk]