diff --git a/Changelog.md b/Changelog.md index c2742d6cf..b768b69b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ - Make `GlobalDescriptorTable::add_entry` a const fn ([#191](https://github.com/rust-osdev/x86_64/pull/191)) - Rename `enable_interrupts_and_hlt` to `enable_and_hlt` ([#206](https://github.com/rust-osdev/x86_64/pull/206)) - Provide functions for accessing the underlying L4 table for mapper types ([#184](https://github.com/rust-osdev/x86_64/pull/184)) -- Remove Trait constraint for Port::new() ([#188](https://github.com/rust-osdev/x86_64/pull/188)) +- Remove Trait constraint for `Port::new()` ([#188](https://github.com/rust-osdev/x86_64/pull/188)) # 0.12.2 – 2020-09-29