From 00b920fe0c752d8fedd767a017daff17fbd30094 Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Thu, 20 Nov 2025 07:48:57 +0100 Subject: [PATCH] mention #542 in Changelog for 0.15.3 I accidentally skipped that PR when creating the changelog. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 3a10746a..49ab71e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ - [Add `MapperFlush` method to get page](https://github.com/rust-osdev/x86_64/pull/525) - [add `update()` to `Cr3`, `Dr7`, `SFMask`, `UCet`, `SCet`, `mxcsr`, `rflags`, and `XCr0`](https://github.com/rust-osdev/x86_64/pull/527) - [add IA32_APIC_BASE support](https://github.com/rust-osdev/x86_64/pull/532) +- [add memory encryption support](https://github.com/rust-osdev/x86_64/pull/542) - [implement functions for accessing CR8](https://github.com/rust-osdev/x86_64/pull/547) - [add forwarding `impl PageTableFrameMapping for &P`](https://github.com/rust-osdev/x86_64/pull/556) - [add PageFaultErrorCode::HLAT](https://github.com/rust-osdev/x86_64/pull/564)