Skip to content

Commit

Permalink
Update CHANGES.md for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Dec 24, 2023
1 parent cd273c6 commit ea111e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.1.0

- Made `fenceless_get` to not be subject to CSE. (@polytypic)
- Added `Transparent_atomic` module as a workaround to CSE issues in OCaml 5.0
and OCaml 5.1 and also to allow more efficient arrays of atomics. (@polytypic)
- Added `instantaneous_domain_index` for the implementation of contention
avoiding data structures. (@polytypic)

## 2.0.0

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

0 comments on commit ea111e5

Please sign in to comment.