Skip to content

Commit

Permalink
Update changelog for #141
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Apr 10, 2020
1 parent 4226f67 commit 9fa61db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Various improvements to VirtAddr and PhysAddr ([#141](https://github.com/rust-osdev/x86_64/pull/141))
- Among other things, this renamed the `VirtAddr::new_unchecked` function to `new_unsafe`.

# 0.9.6

- Add an enable_interrupts_and_hlt function that executes `sti; hlt` ([#138](https://github.com/rust-osdev/x86_64/pull/138))
Expand Down

0 comments on commit 9fa61db

Please sign in to comment.