From 2612c9967d8a252a594d18e5a8c94b9ff0b3f0bd Mon Sep 17 00:00:00 2001 From: homm Date: Thu, 6 Oct 2016 14:11:02 +0300 Subject: [PATCH] changelog --- CHANGES.SIMD.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.SIMD.rst b/CHANGES.SIMD.rst index cd9c68493..2fb14c9bc 100644 --- a/CHANGES.SIMD.rst +++ b/CHANGES.SIMD.rst @@ -1,6 +1,12 @@ Changelog (Pillow-SIMD) ======================= +3.4.1.post1 +----------- + +- Critical memory error for some combinations of source/destinatnion + sizes is fixed. + 3.4.1.post0 -----------