]> granicus.if.org Git - php/commitdiff
Update NEWS with info about JSON parser method
authorJakub Zelenka <bukka@php.net>
Sun, 15 May 2016 13:15:04 +0000 (14:15 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 15 May 2016 13:15:04 +0000 (14:15 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 381fb181ebc52db0170e120194a48b6a377d0799..6ae33d3700d74e47c4a8d5aad35adc5f1e079872 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ PHP                                                                        NEWS
   . Added SHA512/256 and SHA512/224 algorithms. (Sara)
 
 - JSON:
+  . Exported JSON parser API including json_parser_method that can be used
+    for implementing custom logic when parsing JSON. (Jakub Zelenka)
   . Escaped U+2028 and U+2029 when JSON_UNESCAPED_UNICODE is supplied as
     json_encode options and added JSON_UNESCAPED_LINE_TERMINATORS to restore
     the previous behaviour. (Eddie Kohler)