diff --git a/CHANGES.rst b/CHANGES.rst index 9befc32c7..cb0820ad6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 2.4.0 (unreleased) ------------------ +- Make ICO files work with the ImageFile.Parser interface, fixes #522 + [wiredfool] + - Handle 32bit compiled python on 64bit architecture [choppsv1]