From 0bed47b42a20ead62049ef83c92368f1f8ab3d64 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 16 Jul 2019 09:23:05 +0200 Subject: [PATCH] Update changelog for #67 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index c0ed4930..6b150cd5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,6 @@ - Update CI badge, use latest version of x86_64 crate and rustfmt ([#63](https://github.com/rust-osdev/bootloader/pull/63)) +- Use volatile accesses in VGA code and make font dependency optional ([#67](https://github.com/rust-osdev/bootloader/pull/67)) + - Making the dependency optional should improve compile times when the VGA text mode is used. # 0.6.2