From bd76749b64c9fdc8d9d79122294c3c5c07378d1b Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 19 Jul 2019 11:23:42 +0200 Subject: [PATCH] Update changelog for #85 and #86 --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index c037a023c..e94070490 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +- Remove raw-cpuid dependency and use rdrand intrinsics ([#85](https://github.com/rust-osdev/x86_64/pull/85)) +- Update integration tests to use new testing framework ([#86](https://github.com/rust-osdev/x86_64/pull/86)) + # 0.7.3 - Add a new `OffsetPageTable` mapper type ([#83](https://github.com/rust-osdev/x86_64/pull/83))