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 306b3e1 commit 79581d3Copy full SHA for 79581d3
Changelog.md
@@ -1,5 +1,21 @@
1
# Unreleased
2
3
+# 0.15.1 – 2024-03-19
4
+
5
+## New Features
6
7
+- [add constructor for `InterruptStackFrameValue`](https://github.com/rust-osdev/x86_64/pull/467)
8
+- [add `Cr3::write_pcid_no_flush`](https://github.com/rust-osdev/x86_64/pull/472)
9
10
+## Fixes
11
12
+- [properly jump the address gap in CleanUp](https://github.com/rust-osdev/x86_64/pull/469)
13
14
+## Other Improvements
15
16
+- [added help on update_flags to get flags](https://github.com/rust-osdev/x86_64/pull/465)
17
+- [expose DEBUG_STR more directly](https://github.com/rust-osdev/x86_64/pull/471)
18
19
# 0.15.0 – 2024-03-04
20
21
## Breaking changes
0 commit comments