From 3fb16218ea08e228f53f57517e147dfed3e6ab49 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 19 Jun 2020 17:25:50 +0200 Subject: [PATCH] Update changelog for #163 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index b71da04d5..39cfdc2f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +- Export `PhysAddrNotValid` and `VirtAddrNotValid` error types ([#163](https://github.com/rust-osdev/x86_64/pull/163)) + # 0.11.0 - **Breaking**: Handle parent table flags in Mapper methods ([#114](https://github.com/rust-osdev/x86_64/pull/114))