diff options
| author | Mark Pulford <mark@kyne.com.au> | 2012-01-16 23:19:14 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:36 +1030 |
| commit | 75dfa5604c763fdf04da9708b3fb50d93779714f (patch) | |
| tree | 49560d37867d21101aa8eead49b5c53755f09214 | |
| parent | 4e308810eee34ba1a4fa97c11bb809b7bd9d8529 (diff) | |
| download | lua-cjson-75dfa5604c763fdf04da9708b3fb50d93779714f.tar.gz lua-cjson-75dfa5604c763fdf04da9708b3fb50d93779714f.tar.bz2 lua-cjson-75dfa5604c763fdf04da9708b3fb50d93779714f.zip | |
Update NEWS for 2.0.0 release
| -rw-r--r-- | NEWS | 17 |
1 files changed, 13 insertions, 4 deletions
| @@ -1,10 +1,19 @@ | |||
| 1 | Version 2.0.0 (Jan ? 2012) | 1 | Version 2.0.0 (Jan ? 2012) |
| 2 | * Improved platform compatibility for strtod/sprintf locale workaround | ||
| 3 | * Added option to build with David Gay's dtoa.c for improved performance | ||
| 2 | * Added support for Lua 5.2 | 4 | * Added support for Lua 5.2 |
| 3 | * Added HTML reference manual | 5 | * Added option to encode infinity/NaN as JSON null |
| 4 | * Added CMake build support | 6 | * Fixed encode bug with a raised default limit and deeply nested tables |
| 5 | * Updated Makefile for compatibility with non-GNU make implementations | 7 | * Updated Makefile for compatibility with non-GNU make implementations |
| 6 | * Improved compatibility for strtod/sprintf locale workaround | 8 | * Added CMake build support |
| 7 | * Encoding now supports pre-emptive threads within a single Lua state | 9 | * Added HTML manual |
| 10 | * Increased default nesting limit to 1000 | ||
| 11 | * Added support for re-entrant use of encode and decode | ||
| 12 | * Added support for installing lua2json and json2lua utilities | ||
| 13 | * Added encode_invalid_numbers() and decode_invalid_numbers() | ||
| 14 | * Added decode_max_depth() | ||
| 15 | * Removed registration of global cjson module table | ||
| 16 | * Removed refuse_invalid_numbers() | ||
| 8 | 17 | ||
| 9 | Version 1.0.4 (Nov 30 2011) | 18 | Version 1.0.4 (Nov 30 2011) |
| 10 | * Fixed numeric conversion under locales with a comma decimal separator | 19 | * Fixed numeric conversion under locales with a comma decimal separator |
