From 807cb8148a11ba9c196626b52b310d2c30ab4a44 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 6 Jun 2024 13:42:57 +0200 Subject: [PATCH] Update changelog --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6c378c6..90c0783 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Unreleased +* **Breaking:** feat: introduce `RestrictAccess` and generalize `restrict` to all access types by @mkroening in https://github.com/rust-osdev/volatile/pull/60 +* feat: implement derive macro for all access types by @mkroening in https://github.com/rust-osdev/volatile/pull/61 +* fix: add `#[must_use]` to volatile types, `read`, and `as_raw_ptr` by @mkroening in https://github.com/rust-osdev/volatile/pull/58 +* Add a semver checks CI job by @phil-opp in https://github.com/rust-osdev/volatile/pull/63 + +**Full Changelog**: https://github.com/rust-osdev/volatile/compare/v0.5.4...0.6.0 + # 0.5.4 – 2024-04-26 * fix(access): properly seal access traits by @mkroening in https://github.com/rust-osdev/volatile/pull/59