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

diff --git a/NEWS b/NEWS
index 1e58a00cb92a771de6491590c65d07b30f071d78..febb3333d662484c04c6f2e4152c7edbb54cf970 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP                                                                        NEWS
   . Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
     per offset too). (Derick)
 
+- JSON:
+  . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
+  (chobieeee@php.net)
+
 - LDAP:
   . Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
   (Ondřej Hošek)