diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ CHANGE 2: BGe 11-Jun-24 | |||
29 | - linda:deep() result no longer contains the raw C pointer of the Linda object. | 29 | - linda:deep() result no longer contains the raw C pointer of the Linda object. |
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 | - Lane generator settings: | 33 | - Lane generator settings: |
33 | - error_trace_level added. Replaces the global verbose_errors setting. | 34 | - error_trace_level added. Replaces the global verbose_errors setting. |
34 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). | 35 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). |