diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-03-01 21:42:24 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:36 +1030 |
commit | 4bc5e917c8cd5fc2f6b217512ef530007529322f (patch) | |
tree | a1298e99fb20c20f65f44abe599c846f4e4ed052 /NEWS | |
parent | 5300ecb4e8f8ce9ec200b91c7273dae1947e431c (diff) | |
download | lua-cjson-4bc5e917c8cd5fc2f6b217512ef530007529322f.tar.gz lua-cjson-4bc5e917c8cd5fc2f6b217512ef530007529322f.tar.bz2 lua-cjson-4bc5e917c8cd5fc2f6b217512ef530007529322f.zip |
Add release notes for 2.1.0 release2.1.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | Version 2.1.0 (Mar 1 2012) | ||
2 | * Added cjson.safe module interface which returns nil after an error | ||
3 | * Improved Makefile compatibility with Solaris make | ||
4 | |||
1 | Version 2.0.0 (Jan 22 2012) | 5 | Version 2.0.0 (Jan 22 2012) |
2 | * Improved platform compatibility for strtod/sprintf locale workaround | 6 | * Improved platform compatibility for strtod/sprintf locale workaround |
3 | * Added option to build with David Gay's dtoa.c for improved performance | 7 | * Added option to build with David Gay's dtoa.c for improved performance |