aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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