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.
2 parents e730686 + 5c4f5ee commit fc356f8Copy full SHA for fc356f8
Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
name = "x86_64"
23
readme = "README.md"
24
repository = "https://github.com/rust-osdev/x86_64"
25
-version = "0.14.7"
+version = "0.14.8"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+# 0.14.8 – 2022-02-03
4
+
5
+- Add `Cr2::read_raw` ([#334](https://github.com/rust-osdev/x86_64/pull/334))
6
+- Add support for `MXCSR` register ([#336](https://github.com/rust-osdev/x86_64/pull/336))
7
8
# 0.14.7 – 2021-12-18
9
10
- fix: build error on the latest nightly ([#329](https://github.com/rust-osdev/x86_64/pull/329))
0 commit comments