]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Wed, 12 Mar 2014 14:36:38 +0000 (15:36 +0100)
committerRemi Collet <remi@php.net>
Wed, 12 Mar 2014 14:36:38 +0000 (15:36 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 517d643b1a5c1c52cc79d5201f5f28741533afc7..226a0fcafed51384be7ca22de9c3101da131025c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,8 @@ PHP                                                                        NEWS
 - GD:
   . Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
     CVE-2013-7327). (Tomas Hoger, Remi).
-  . Fixed #66890 (imagescale segfault). (Remi)
+  . Fixed bug #66890 (imagescale segfault). (Remi)
+  . Fixed bug #66893 (imagescale ignore method argument). (Remi)
 
 - Hash:
   . Fixed bug #66698 (Missing FNV1a32 and FNV1a64 hash functions).