From 1f1dbbe2696564ea79a7fc176b978ee902429a68 Mon Sep 17 00:00:00 2001 From: Carine Morel Date: Tue, 3 Dec 2024 17:26:43 +0100 Subject: [PATCH] Prepare for release 1.0 --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9a4cbb75..d7d740b7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +### 1.0.0 + +- Add lockfree Bag (@lyrm, @polytypic) +- Update Skiplist with better documentation and additional functions (@lyrm) +- Update Mpsc with better documentation and additional functions (@lyrm, @art-w) +- Update Michael-Scott queue with better documentation and additional functions (@lyrm, @art-w) +- Update Ws_deque with better documentation and additional functions (@lyrm, @art-w) +- Update Spsc with better documentation and additional functions (@lyrm, @art-w) +- Optimization of Ws_deque (@polytypic, @lyrm) +- Add Bounded Queue (@lyrm, @polytypic, @art-w) +- Add Bounded Stack (@lyrm, @art-w) +- Update Treiber Stack with better documentation and additional functions (@lyrm, @art-w) +- Remove Saturn_lockfree package (@lyrm) +- Remove relaxed_queue and M module in ws_deque (@lyrm) +- Add Htbl from Picos (@lyrm, @polytypic) + ### 0.5.0 - Optimized Michael-Scott queue with a safe and an unsafe versions (@lyrm,