diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-10 18:44:35 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-10 18:44:35 +0930 |
commit | 935affcbc57a9b4f4941423395acb51a6ea33e64 (patch) | |
tree | e971f3ac16af166552241cf46e5715ac6cd17af3 /TODO | |
parent | db59a503b807e3cc741d01de93b6b2e46417e443 (diff) | |
download | lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.tar.gz lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.tar.bz2 lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.zip |
Update version to 1.0.1
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ | |||
1 | - Option to configure encoding escapes. | 1 | - Option to configure encoding escapes. |
2 | 2 | ||
3 | - Make encode/decode routines thread safe (within the same lua_State) | 3 | - Make encode/decode routines thread safe (within the same lua_State) |
4 | - json_buf? | ||
5 | - Optionally create an object. Clone function. | 4 | - Optionally create an object. Clone function. |
6 | 5 | ||
7 | - run_test_group "config" function calls should be protected by pcall? | 6 | - run_test_group "config" function calls should be protected by pcall? |