]> granicus.if.org Git - php/commitdiff
Updated NEWS for #65753
authorJulien Pauli <jpauli@php.net>
Mon, 17 Feb 2014 10:16:32 +0000 (11:16 +0100)
committerJulien Pauli <jpauli@php.net>
Mon, 17 Feb 2014 10:16:32 +0000 (11:16 +0100)
NEWS

diff --git a/NEWS b/NEWS
index b3d5864d631dc2879ecb5ace6f40113616a88916..1c224759bb4445331efec354c3d9766789be9d19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP                                                                        NEWS
   . Fixed imagettftext to load the correct character map rather than the last one.
     (Scott)
 
+- JSON:
+  . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
+  (chobieeee@php.net)
+
 - Openssl
   . Fixed segfault when accessing non-existent context for client SNI use
     (Daniel Lowrey)