You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Unreleased
2
2
3
+
# 0.5.0 – 2023-06-24
4
+
3
5
-**Breaking:**[New design based on raw pointers](https://github.com/rust-osdev/volatile/pull/29)
4
6
- The previous reference-based design was [unsound](https://github.com/rust-osdev/volatile/pull/13#issuecomment-842455552) because it allowed the compiler to insert spurious reads.
5
7
- The new design features two wrapper types for raw pointers: `VolatilePtr` and `VolatileRef`
0 commit comments