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 292af52..dc38f1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ CHANGE 2: BGe 11-Jun-24
23 - lane:join() returns nil, error in case of problem. 23 - lane:join() returns nil, error in case of problem.
24 - lane function body must return a non-nil first value on success if lane is waited upon with lane:join(). 24 - lane function body must return a non-nil first value on success if lane is waited upon with lane:join().
25 - lanes.sleep() accept a new argument "indefinitely" to block forever (until hard cancellation is received). 25 - lanes.sleep() accept a new argument "indefinitely" to block forever (until hard cancellation is received).
26 - lanes.gen() is stricter wrt base libraries (can raise an error if it doesn't exist in the Lua flavor it's built against).
26 - Lindas: 27 - Lindas:
27 - providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction. 28 - providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction.
28 - specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers. 29 - specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers.