aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-26 11:01:01 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-26 11:01:01 +0200
commit57176e9b135b037fd33b8291d12416b9485b759b (patch)
treed716ce09d572f8ebf7272117928c7b6072dd7aff /CHANGES
parent2c6898964400e6fa77b0e368f477b739fc155f90 (diff)
downloadlanes-57176e9b135b037fd33b8291d12416b9485b759b.tar.gz
lanes-57176e9b135b037fd33b8291d12416b9485b759b.tar.bz2
lanes-57176e9b135b037fd33b8291d12416b9485b759b.zip
Make lanes.gen stricter on base libraries
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.