aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-29 20:04:53 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-29 20:04:53 +0930
commitc8fc62e4f955248f2655e996872b6833b86b1523 (patch)
tree81c514c63475e3657ecbdacd9bd316432b3f12fd /NEWS
parent3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff)
downloadlua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.gz
lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.bz2
lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.zip
Update version to 1.0.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f123b73..ee268f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,16 @@
1Version 1.0.2 (May 30 2011)
2* Portability improvements for Windows
3 - No longer links with -lm
4 - Use "socket" instead of "posix" for sub-second timing
5* Removed UTF-8 test dependency on Perl Text::Iconv
6* Added simple CLI commands for testing Lua <-> JSON conversions
7* Added cjson.encode_number_precision()
8
1Version 1.0.1 (May 10 2011) 9Version 1.0.1 (May 10 2011)
2* Added build support for OSX 10* Added build support for OSX
3* Removed unnecessary whitespace from JSON output 11* Removed unnecessary whitespace from JSON output
4* Added cjson.encode_keep_buffer() 12* Added cjson.encode_keep_buffer()
5* Fixed memory leak on stack overflow 13* Fixed memory leak on Lua stack overflow exception
6 14
7Version 1.0 (May 9 2011) 15Version 1.0 (May 9 2011)
8* Initial release 16* Initial release