diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 108: BGe 20-Mar-14 | ||
4 | * bumped version to 3.9.4 | ||
5 | * set_finalizer throws an error if provided finalizer isn't a function | ||
6 | * fix error handling when the error doesn't generate an error handler call (IOW, all errors but LUA_ERRRUN) | ||
7 | * provide callstack if LUA_ERRRUN occurs inside a finalizer | ||
8 | |||
3 | CHANGE 107: BGe 19-Mar-14 | 9 | CHANGE 107: BGe 19-Mar-14 |
4 | * Make sure we don't mutex-wrap require() more than once, just in case | 10 | * Make sure we don't mutex-wrap require() more than once, just in case |
5 | 11 | ||