aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 329c53f..dd0917f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 99: BGe 17-Feb-14
4 * version 3.9.0
5 * keepers now require "package", receive package.path & package.cpath, and call on_state_create() if it is a C function
6 * changed the deep public API (improved deep idfunc signature, renamed luaG_deep_userdata to luaG_newdeepuserdata)
7 * if an error occurs while copying a deep userdata, don't raise inside the keeper state
8 * fixed situations where raised errors could lead to memory leaks (deep gc)
9
3CHANGE 98: BGe 13-Feb-14 10CHANGE 98: BGe 13-Feb-14
4 * version 3.8.5 11 * version 3.8.5
5 * linda:limit() returns lanes.cancel_error on a limited linda 12 * linda:limit() returns lanes.cancel_error on a limited linda