Skip to content

Commit

Permalink
Update changelog for #76
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed May 9, 2019
1 parent e18f530 commit 1476458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- **Breaking**: `Port::read` and `PortReadOnly::read` now take `&mut self` instead of `&self` ([#76](https://github.com/rust-osdev/x86_64/pull/76)).

# 0.6.0

- **Breaking**: Make the `FrameAllocator` unsafe to implement. This way, we can force the implementer to guarantee that all frame allocators are valid. See [#69](https://github.com/rust-osdev/x86_64/issues/69) for more information.
Expand Down

0 comments on commit 1476458

Please sign in to comment.