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 ca1a42c..713249c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ CHANGE 2: BGe 27-Nov-24
9 * Lanes API changes 9 * Lanes API changes
10 - Version is now 4.0.0 10 - Version is now 4.0.0
11 - Lanes module: 11 - Lanes module:
12 - shared library is now lanes_core.[so|dll] instead of lanes/core.[so|dll]
12 - lanes.register() is also available as lanes_register() in the exported C API. 13 - lanes.register() is also available as lanes_register() in the exported C API.
13 - lanes.sleep() accepts a new argument "indefinitely" to block forever (until hard cancellation is received). 14 - lanes.sleep() accepts a new argument "indefinitely" to block forever (until hard cancellation is received).
14 - function set_debug_threadname() available inside a Lane is renamed lane_threadname(); can now both read and write the name. 15 - function set_debug_threadname() available inside a Lane is renamed lane_threadname(); can now both read and write the name.