From 0f0a691a74acc37b40a1bc37fdcda1d2bc90e138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyra=20=E3=83=84?= Date: Fri, 6 Feb 2015 12:05:43 -0500 Subject: [PATCH] Fix dupe JSON sections and put back in alpha order --- NEWS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index eb649cedb931c..c9d085b433fd5 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,6 @@ - Dba: . Fixed bug #68711 (useless comparisons). (bugreports at internot dot info) -- JSON: - . Fixed bug #50224 (json_encode() does not always encode a float as a float) - by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso) - - Fileinfo: . Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers) . Fixed bug #67647 (Bundled libmagic 5.17 does not detect quicktime files @@ -32,6 +28,8 @@ - JSON: . Fixed bug #68938 (json_decode() decodes empty string without error). (jeremy at bat-country dot us) + . Fixed bug #50224 (json_encode() does not always encode a float as a float) + by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso) - LIBXML: . Fixed bug #64938 (libxml_disable_entity_loader setting is shared