aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f10f160..64c8bdf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,8 +31,8 @@ CHANGE 2: BGe 11-Jun-24
31 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). 31 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()).
32 * Internal changes 32 * Internal changes
33 - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more! 33 - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more!
34 - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains).
34 - Decoda support inactive by default. 35 - Decoda support inactive by default.
35 - Linda no longer bind to random keepers if group is not provided on construction. Provide one!
36 - Deep userdata interface fully revamped to C++20 too. 36 - Deep userdata interface fully revamped to C++20 too.
37 37
38CHANGE 1: BGe 9-Apr-24 38CHANGE 1: BGe 9-Apr-24