aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2012-06-05 21:15:02 +0200
committerBenoit Germain <bnt.germain@gmail.com>2012-06-05 21:15:02 +0200
commitd8e446dfad1195d0ed3a63e8945a2f96c73f84cc (patch)
treed475a5164d55a0633ff4ab64bbcda736ec3bd116 /CHANGES
parent1c33960abd867e425bad2633a85504f55a1f261c (diff)
downloadlanes-d8e446dfad1195d0ed3a63e8945a2f96c73f84cc.tar.gz
lanes-d8e446dfad1195d0ed3a63e8945a2f96c73f84cc.tar.bz2
lanes-d8e446dfad1195d0ed3a63e8945a2f96c73f84cc.zip
* fixed thread_cancel() not working when called without argument
* new lane-global function set_error_reporting() to enable more data detailed data provided by lane_error()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d9f2641..ed8e317 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
1 1
2CHANGES: 2CHANGES:
3 3
4CHANGE X: 4CHANGE 37: BGe 4-Jun-2012 (fix and idea courtesy of sonoro1234)
5 * fixed thread_cancel() not working when called without argument
6 * new lane-global function set_error_reporting() to enable more data detailed data provided by lane_error()
5 7
6CHANGE 36 BGe 26-Apr-2012 8CHANGE 36 BGe 26-Apr-2012
7 * improved LuaJIT2 compatibility by handling "*" library set through luaL_openlibs() 9 * improved LuaJIT2 compatibility by handling "*" library set through luaL_openlibs()