aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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