From aa22099e8c5f7df77417415731a0a050871857ec Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 9 Mar 2021 10:59:16 +0100 Subject: [PATCH] Update changelog for #21 --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1eba8d4..90018e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Unreleased +- Replace feature "range_bounds_assert_len" with "slice_range" ([#21](https://github.com/rust-osdev/volatile/pull/21)) + - Fixes the `unstable` feature on the latest nightly. + # 0.4.3 – 2020-12-23 - Add methods to restrict access ([#19](https://github.com/rust-osdev/volatile/pull/19))