From 9dfd1d46026ce455192e9b3cd71deda1094eaf51 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 6 May 2021 14:01:47 +0200 Subject: [PATCH] Update changelog for #250 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9df9996d7..e1f9e1274 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Unreleased +- Use new `const_fn_trait_bound` feature to fix build on latest nightly ([#250](https://github.com/rust-osdev/x86_64/pull/250)) + - _Attention:_ The `const_fn` feature now requires at least Rust nightly `2021-05-06`. - Add support for `sidt` instruction ([#246](https://github.com/rust-osdev/x86_64/pull/246)) - Fix Debug and PartialEq implementations for IDT entry type ([#249](https://github.com/rust-osdev/x86_64/pull/249)) - Looser trait bounds for Port types ([#247](https://github.com/rust-osdev/x86_64/pull/247))