Skip to content

Commit 807cb81

Browse files
committed
Update changelog
1 parent ac3a016 commit 807cb81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
* **Breaking:** feat: introduce `RestrictAccess<To>` and generalize `restrict` to all access types by @mkroening in https://github.com/rust-osdev/volatile/pull/60
4+
* feat: implement derive macro for all access types by @mkroening in https://github.com/rust-osdev/volatile/pull/61
5+
* fix: add `#[must_use]` to volatile types, `read`, and `as_raw_ptr` by @mkroening in https://github.com/rust-osdev/volatile/pull/58
6+
* Add a semver checks CI job by @phil-opp in https://github.com/rust-osdev/volatile/pull/63
7+
8+
**Full Changelog**: https://github.com/rust-osdev/volatile/compare/v0.5.4...0.6.0
9+
310
# 0.5.4 – 2024-04-26
411

512
* fix(access): properly seal access traits by @mkroening in https://github.com/rust-osdev/volatile/pull/59

0 commit comments

Comments
 (0)