Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-10 17:02:01 +0400
committerMark Pulford <mark@kyne.com.au>2011-05-10 17:02:01 +0400
commit126470cc7b6c2314c02805e4d00afe04b6b00312 (patch)
tree9dd59bcc02307403410ef405b0f02bf39bd57560 /NEWS
parentc877da6c1f84b19cd2e7e8154b4a0d0e355745a0 (diff)
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 @@
Version 1.0.1 (May 10 2011)
* Added build support for OSX
* Removed unnecessary whitespace from JSON output
+* Added cjson.encode_keep_buffer()
Version 1.0 (May 9 2011)
* Initial release.