From 75dfa5604c763fdf04da9708b3fb50d93779714f Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 16 Jan 2012 23:19:14 +1030 Subject: Update NEWS for 2.0.0 release --- NEWS | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 50057e6..3947be7 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,19 @@ Version 2.0.0 (Jan ? 2012) +* Improved platform compatibility for strtod/sprintf locale workaround +* Added option to build with David Gay's dtoa.c for improved performance * Added support for Lua 5.2 -* Added HTML reference manual -* Added CMake build support +* Added option to encode infinity/NaN as JSON null +* Fixed encode bug with a raised default limit and deeply nested tables * Updated Makefile for compatibility with non-GNU make implementations -* Improved compatibility for strtod/sprintf locale workaround -* Encoding now supports pre-emptive threads within a single Lua state +* Added CMake build support +* Added HTML manual +* Increased default nesting limit to 1000 +* Added support for re-entrant use of encode and decode +* Added support for installing lua2json and json2lua utilities +* Added encode_invalid_numbers() and decode_invalid_numbers() +* Added decode_max_depth() +* Removed registration of global cjson module table +* Removed refuse_invalid_numbers() Version 1.0.4 (Nov 30 2011) * Fixed numeric conversion under locales with a comma decimal separator -- cgit v1.2.3