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 8234215..292af52 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,7 @@ CHANGE 2: BGe 11-Jun-24
30 - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too. 30 - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too.
31 - Lindas have a __close metamethod that calls any suitable handler that was provided at Linda creation. 31 - Lindas have a __close metamethod that calls any suitable handler that was provided at Linda creation.
32 - linda:dump outputs <key>.limit as 'unlimited' instead of -1 for unlimited keys. 32 - linda:dump outputs <key>.limit as 'unlimited' instead of -1 for unlimited keys.
33 - deep userdata are an acceptable key to send data into (for example, another linda).
33 - Lane generator settings: 34 - Lane generator settings:
34 - error_trace_level added. Replaces the global verbose_errors setting. 35 - error_trace_level added. Replaces the global verbose_errors setting.
35 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). 36 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()).