Skip to content

Commit 3a5d142

Browse files
phil-oppmkroening
andauthored
Fix derive macro name in changelog
Co-authored-by: Martin Kröning <[email protected]>
1 parent 43b2043 commit 3a5d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
* Add `#[derive(Volatile)]` for easy, access-limited field-based access to structs by @mkroening in https://github.com/rust-osdev/volatile/pull/49
3+
* Add `#[derive(VolatileFieldAccess)]` for easy, access-limited field-based access to structs by @mkroening in https://github.com/rust-osdev/volatile/pull/49
44
* Add `VolatileRef::restrict` and `VolatilePtr::restrict` by @mkroening in https://github.com/rust-osdev/volatile/pull/47
55
* Add `VolatileRef::borrow` and `VolatileRef::borrow_mut` by @mkroening in https://github.com/rust-osdev/volatile/pull/46
66
* Add support for nested `map_field` operations by @phil-opp in https://github.com/rust-osdev/volatile/pull/50

0 commit comments

Comments
 (0)