Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-16 16:49:14 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:36 +0400
commit75dfa5604c763fdf04da9708b3fb50d93779714f (patch)
tree49560d37867d21101aa8eead49b5c53755f09214
parent4e308810eee34ba1a4fa97c11bb809b7bd9d8529 (diff)
Update NEWS for 2.0.0 release
-rw-r--r--NEWS17
1 files 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