aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7bda6f3..3a7ff89 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 107: BGe 19-Mar-14 9CHANGE 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