aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a2dbad4..db44b2c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ CHANGE 2: BGe 27-Nov-24
23 - strip_functions added. Only useful for Lua 5.3+. 23 - strip_functions added. Only useful for Lua 5.3+.
24 - verbose_errors removed. Use lane error_trace_level instead. 24 - verbose_errors removed. Use lane error_trace_level instead.
25 - with_timers is false by default. 25 - with_timers is false by default.
26 - Non-deep full userdata are processed during module registration just like ordinary module C functions, making them valid transferable (up)values (for example: io.stdin).
26 - Lanes: 27 - Lanes:
27 - Can no longer be "killed" by hard-stopping their thread without any resource cleanup (see lane:cancel()). 28 - Can no longer be "killed" by hard-stopping their thread without any resource cleanup (see lane:cancel()).
28 - lanes.gen() settings: 29 - lanes.gen() settings: