aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-24 18:03:06 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-24 18:03:06 +0200
commit5e3f33bd66ef5b21568fde7866ca4ba9a7496180 (patch)
treed2692b78cb20655de5ebf842de72fd2b806d12db /CHANGES
parent0a481b9aef3726763c572ad3ce6d44ea14dd35ba (diff)
downloadlanes-5e3f33bd66ef5b21568fde7866ca4ba9a7496180.tar.gz
lanes-5e3f33bd66ef5b21568fde7866ca4ba9a7496180.tar.bz2
lanes-5e3f33bd66ef5b21568fde7866ca4ba9a7496180.zip
Lindas now accept deep user data as valid keys
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()).