Skip to content

Commit

Permalink
fix(#77): complete fix
Browse files Browse the repository at this point in the history
Bug 77 addresses an issue with `retain` series methods where undesired
entries can be removed when they are managed by a linked list. The issue
started to happen in 0.8.0.
  • Loading branch information
wvwwvwwv committed Jul 3, 2022
1 parent de9c3c1 commit 1ed7ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -409,7 +409,7 @@ assert!(head.next_ptr(Relaxed, &barrier).is_null());

0.8.2

* Fix [#57](https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/77).
* Fix [#77](https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/77).

0.8.1

Expand Down

0 comments on commit 1ed7ea5

Please sign in to comment.