diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 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 | |||
3 | CHANGE 98: BGe 13-Feb-14 | 10 | CHANGE 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 |