Skip to content

Commit 17d724e

Browse files
committed
Update changelog
1 parent 279d80c commit 17d724e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Changelog.md

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

3-
- Add `VolatileRef::borrow` and `VolatileRef::borrow_mut`
3+
* Add `#[derive(Volatile)]` for easy, access-limited field-based access to structs by @mkroening in https://github.com/rust-osdev/volatile/pull/49
4+
* Add `VolatileRef::restrict` and `VolatilePtr::restrict` by @mkroening in https://github.com/rust-osdev/volatile/pull/47
5+
* Add `VolatileRef::borrow` and `VolatileRef::borrow_mut` by @mkroening in https://github.com/rust-osdev/volatile/pull/46
6+
* Add support for nested `map_field` operations by @phil-opp in https://github.com/rust-osdev/volatile/pull/50
7+
* docs: remove unused `NonNull` imports by @mkroening in https://github.com/rust-osdev/volatile/pull/48
8+
* fix(Cargo.toml): add categories by @mkroening in https://github.com/rust-osdev/volatile/pull/52
49

510
# 0.5.2 – 2024-03-22
611

0 commit comments

Comments
 (0)