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

diff --git a/NEWS b/NEWS
index 13b4a94387233a996d9c0b34f1d41f5b28e9930d..a53d7304c18a299b409ea461aa00ffd7b16d8e97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ PHP                                                                        NEWS
   . Added clear_env configuration directive to disable clearenv() call.
   (Github PR# 598, Paul Annesley)
 
+- GD
+  . Fixed bug #66714 ( imageconvolution breakage). (Brad Daily)
+
 - JSON:
   . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
   (chobieeee@php.net)