]> granicus.if.org Git - php/commitdiff
Added NEWS note for #53946
authorGwynne Raskind <gwynne@php.net>
Mon, 29 Aug 2011 15:09:08 +0000 (15:09 +0000)
committerGwynne Raskind <gwynne@php.net>
Mon, 29 Aug 2011 15:09:08 +0000 (15:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c8119d3454b06f071adce14eae389e4349bc1a19..c4eb07345d1c69127289af261946e3a4ba3aa040 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,9 @@ PHP                                                                        NEWS
   . Added ReflectionClass::newInstanceWithoutConstructor() to create a new
     instance of a class without invoking its constructor. FR #55490. (Sebastian)
 
+- Improved JSON extension:
+  . Added new json_encode() option JSON_UNESCAPED_UNICODE. FR #53946. (christian dot pernot at pingroom dot net, Gwynne)
+
 04 Aug 2011, PHP 5.4.0 Alpha 3
 - Added features:
  . Short array syntax, see UPGRADING guide for full details (rsky0711 at gmail