From bc63879d46c1de687ac859bff1306511d8d1ba9e Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 15 May 2016 14:15:04 +0100 Subject: [PATCH] Update NEWS with info about JSON parser method --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 381fb181eb..6ae33d3700 100644 --- 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) -- 2.50.1