]> granicus.if.org Git - php/commitdiff
add missing NEWS entry
authorFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 00:19:08 +0000 (01:19 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 00:27:52 +0000 (01:27 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 279e4a9081a21f764e6ae9d12ce6f5051018c85a..8f3ce5b21e8c948a7b86b63a9cd388bc52859a69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,9 +19,10 @@ PHP                                                                        NEWS
   . Upgraded to libmagic-5.17 (Anatol)
   . Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
 
-- gd:
+- GD:
   . Fixed imagettftext to load the correct character map rather than the last one.
     (Scott)
+  . Fixed bug #66714 ( imageconvolution breakage). (Brad Daily)
 
 - JSON:
   . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)