aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-03-01 21:42:24 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:36 +1030
commit4bc5e917c8cd5fc2f6b217512ef530007529322f (patch)
treea1298e99fb20c20f65f44abe599c846f4e4ed052 /NEWS
parent5300ecb4e8f8ce9ec200b91c7273dae1947e431c (diff)
downloadlua-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2169799..8927d6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
1Version 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
1Version 2.0.0 (Jan 22 2012) 5Version 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