diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-05-10 22:44:15 +0930 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-05-10 22:44:15 +0930 |
| commit | 896fb92fd5a288352d697cddf0a1869b5b955a4a (patch) | |
| tree | 5373b67a998f46a51a9489a386462dd535957500 | |
| parent | 812ebe6b8b9dfc53a5d476913741ed965e460a14 (diff) | |
| download | lua-cjson-896fb92fd5a288352d697cddf0a1869b5b955a4a.tar.gz lua-cjson-896fb92fd5a288352d697cddf0a1869b5b955a4a.tar.bz2 lua-cjson-896fb92fd5a288352d697cddf0a1869b5b955a4a.zip | |
Add stack overflow fix to NEWS
Diffstat (limited to '')
| -rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2,6 +2,7 @@ Version 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 | * Added cjson.encode_keep_buffer() |
| 5 | * Fixed memory leak on stack overflow | ||
| 5 | 6 | ||
| 6 | Version 1.0 (May 9 2011) | 7 | Version 1.0 (May 9 2011) |
| 7 | * Initial release. | 8 | * Initial release |
