We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13d9bd commit bb2571cCopy full SHA for bb2571c
CHANGES.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.5.3
6
+
7
+- Fix to also snapshot and rollback post commit actions (@polytypic)
8
+- Fix `Loc.compare_and_set` to have strong semantics (@polytypic)
9
+- Fix single location no-op updates to be strictly serializable (@polytypic)
10
+- Add `Dllist.move_l node list` and `Dllist.move_r node list` (@polytypic)
11
12
## 0.5.2
13
14
- Improve `Hashtbl` read-write performance and add `swap` (@polytypic)
0 commit comments