aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-10 22:32:01 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-10 22:32:01 +0930
commit126470cc7b6c2314c02805e4d00afe04b6b00312 (patch)
tree9dd59bcc02307403410ef405b0f02bf39bd57560 /NEWS
parentc877da6c1f84b19cd2e7e8154b4a0d0e355745a0 (diff)
downloadlua-cjson-126470cc7b6c2314c02805e4d00afe04b6b00312.tar.gz
lua-cjson-126470cc7b6c2314c02805e4d00afe04b6b00312.tar.bz2
lua-cjson-126470cc7b6c2314c02805e4d00afe04b6b00312.zip
Add runtime option for persistent encode buffer
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb71cec..707a9a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
1Version 1.0.1 (May 10 2011) 1Version 1.0.1 (May 10 2011)
2* Added build support for OSX 2* Added build support for OSX
3* Removed unnecessary whitespace from JSON output 3* Removed unnecessary whitespace from JSON output
4* Added cjson.encode_keep_buffer()
4 5
5Version 1.0 (May 9 2011) 6Version 1.0 (May 9 2011)
6* Initial release. 7* Initial release.