diff --git a/CHANGELOG.md b/CHANGELOG.md index b0734e4..fb2c943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.4.1 + +### Bug fixes + +- `RootTable`, `Mapping`, `IdMap` and `LinearMap` are now correctly marked as `Send`, as it doesn't + matter where they are used from. + ## 0.4.0 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index 0981ad0..ac9236e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarch64-paging" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A library to manipulate AArch64 VMSA EL1 page tables."