diff --git a/CHANGES.rst b/CHANGES.rst index 7efb178af..3d43539de 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog (Pillow) 5.3.0 (unreleased) ------------------ +- Fix code for PYTHONOPTIMIZE #3233 + [hugovk] + - Changed ImageFilter.Kernel to subclass ImageFilter.BuiltinFilter, instead of the other way around #3273 [radarhere]