From c7da934f80a2d43ebf538d16a7d34beb6aad8090 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 13 Jan 2020 09:52:05 +0100 Subject: [PATCH] Update changelog for #91 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 88be1c78..254a3e3e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +- Move architecture checks from build script into lib.rs ([#91](https://github.com/rust-osdev/bootloader/pull/91)) + # 0.8.3 - Remove unnecessary `extern C` on panic handler to fix not-ffi-safe warning ([#85](https://github.com/rust-osdev/bootloader/pull/85))