Skip to content

Commit a97296b

Browse files
committed
Release notes for 2.1.0
1 parent 238e204 commit a97296b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.1.0
6+
7+
- Added `instantaneous_domain_index` for the implementation of contention
8+
avoiding data structures. (@polytypic)
9+
- Added `Transparent_atomic` module as a workaround to CSE issues in OCaml 5.0
10+
and OCaml 5.1 and also to allow more efficient arrays of atomics. (@polytypic)
11+
- Fixed `fenceless_get` to not be subject to CSE. (@polytypic)
12+
513
## 2.0.0
614

715
- Changed the semantics of `copy_as_padded` to not always copy and to not

0 commit comments

Comments
 (0)