We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204edcc commit e570b4bCopy full SHA for e570b4b
Changelog.md
@@ -1,5 +1,8 @@
1
# Unreleased
2
3
+- **Breaking:** Take the interrupt stack frame by value (not by reference) [#242](https://github.com/rust-osdev/x86_64/pull/242)
4
+- **Breaking:** Change `InterruptStackFrame::as_mut` to return a `Volatile<_>` wrapper [#242](https://github.com/rust-osdev/x86_64/pull/242)
5
+
6
# 0.13.5 – 2021-04-01
7
8
- Add support for `XCR0` register ([#239](https://github.com/rust-osdev/x86_64/pull/239))
0 commit comments