From 9fa61db6a6286343a0aa52df82d1d035e8c0d06a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 10 Apr 2020 16:01:49 +0200 Subject: [PATCH] Update changelog for #141 --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 20eac6679..0a3ee515b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +- Various improvements to VirtAddr and PhysAddr ([#141](https://github.com/rust-osdev/x86_64/pull/141)) + - Among other things, this renamed the `VirtAddr::new_unchecked` function to `new_unsafe`. + # 0.9.6 - Add an enable_interrupts_and_hlt function that executes `sti; hlt` ([#138](https://github.com/rust-osdev/x86_64/pull/138))