aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 64794b1..f10f160 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,7 @@ CHANGE 2: BGe 11-Jun-24
25 - providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction. 25 - providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction.
26 - specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers. 26 - specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers.
27 - linda:deep() result no longer contains the raw C pointer of the Linda object. 27 - linda:deep() result no longer contains the raw C pointer of the Linda object.
28 - Lindas have a __close metamethod that calls any provided suitable handler at Linda creation.
28 - Lane generator settings: 29 - Lane generator settings:
29 - error_trace_level added. Replaces the global verbose_errors setting. 30 - error_trace_level added. Replaces the global verbose_errors setting.
30 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). 31 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()).