Skip to content

Commit f2e5e01

Browse files
committed
updated CHANGELOG.md
1 parent 0c4aaa3 commit f2e5e01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Change for shardedringbuf:
22

3-
## In v0.1.1:
3+
## In v0.1.3:
44
* `ShardedRingBuf<T>` has been refactored to only support the previous Pin policy code from previous iteration (see `exp_srb/` to see previous iteration)
55
* A new hybrid lock-free/async-waiting data structure added to this crate called `MLFShardedRingBuf<T>` (Most Lock Free Sharded Ring Buffer)
66
* Benchmarking results has been collected through Criterion and shown on README.md
77
* Lots of refactoring and documentation updates
88

9+
## In v0.1.2:
10+
* Forgot to update this, so you might want to check the commit history for this
11+
912
## In v0.1.1:
1013
* Changed the enqueue and dequeue indices to Cell usize rather than AtomicUsize in `InnerRingBuffer<T>` because everything is protected under a shard lock.
1114

0 commit comments

Comments
 (0)