From 2fc53a4bc5e8bbf956ffc29d1b3ee7ca5030d42d Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sun, 24 Dec 2023 13:16:47 +0200 Subject: [PATCH] Update `CHANGES.md` for 2.1.0 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d711074..5cc77ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. +- 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. +- Added `instantaneous_domain_index` for the implementation of contention + avoiding data structures. + ## 2.0.0 - Changed the semantics of `copy_as_padded` to not always copy and to not