Skip to content

Commit 579bac8

Browse files
committed
Update changelog for #165, #191, #184, and #188
1 parent 0b2f50b commit 579bac8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Unreleased
22

3-
- Use `asm!` instead of perma-unstable `llvm_asm!` macro
3+
- Use `asm!` instead of perma-unstable `llvm_asm!` macro ([#165](https://github.com/rust-osdev/x86_64/pull/165))
4+
- Make `GlobalDescriptorTable::add_entry` a const fn ([#191](https://github.com/rust-osdev/x86_64/pull/191))
45
- Rename `enable_interrupts_and_hlt` to `enable_and_hlt` ([#206](https://github.com/rust-osdev/x86_64/pull/206))
6+
- Provide functions for accessing the underlying L4 table for mapper types ([#184](https://github.com/rust-osdev/x86_64/pull/184))
7+
- Remove Trait constraint for Port::new() ([#188](https://github.com/rust-osdev/x86_64/pull/188))
58

69
# 0.12.2 – 2020-09-29
710

0 commit comments

Comments
 (0)