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
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Unreleased
2
2
3
+
* fix(access): properly seal access traits by @mkroening in https://github.com/rust-osdev/volatile/pull/59
4
+
* fix(macro): support `#[repr(align(N))]` in `#[derive(VolatileFieldAccess)]` macro by @mkroening in https://github.com/rust-osdev/volatile/pull/57
5
+
* Fix warnings by @mkroening in https://github.com/rust-osdev/volatile/pull/56
6
+
3
7
# 0.5.3 – 2024-04-21
4
8
5
9
* Add `#[derive(VolatileFieldAccess)]` for easy, access-limited field-based access to structs by @mkroening in https://github.com/rust-osdev/volatile/pull/49
0 commit comments