aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-31 18:01:09 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-31 18:01:09 +1030
commitc597226e9f79feaa44949794cfd5933ca632e009 (patch)
tree90f8c2cab97940797ea38affebe8f6233a93a192 /NEWS
parentc203c255d8ac1375c066bc2cd2eb2fe9b0c35ed9 (diff)
downloadlua-cjson-c597226e9f79feaa44949794cfd5933ca632e009.tar.gz
lua-cjson-c597226e9f79feaa44949794cfd5933ca632e009.tar.bz2
lua-cjson-c597226e9f79feaa44949794cfd5933ca632e009.zip
Update NEWS for 1.0.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c17317e..ba48b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
1Version 1.0.5 (?) 1Version 1.0.5 (?)
2* Updated Makefile for compatibility with non-GNU make implementations 2* Added support for Lua 5.2
3* Added HTML reference manual 3* Added HTML reference manual
4* Added CMake build support
5* Updated Makefile for compatibility with non-GNU make implementations
6* Improved compatibility for strtod/sprintf locale workaround
7* Encoding now supports pre-emptive threads within a single Lua state
4 8
5Version 1.0.4 (Nov 30 2011) 9Version 1.0.4 (Nov 30 2011)
6* Fixed numeric conversion under locales with a comma decimal separator 10* Fixed numeric conversion under locales with a comma decimal separator