We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ab505 commit 4f19515Copy full SHA for 4f19515
Changelog.md
@@ -1,5 +1,12 @@
1
# Unreleased
2
3
+- Rename some XCr0 and CR4 flags (#[275](https://github.com/rust-osdev/x86_64/pull/275))
4
+- Expose `MapperFlush::new` and `MapperFlushAll::new` constructor functions ([#296](https://github.com/rust-osdev/x86_64/pull/296))
5
+- Use `#[cfg(doc)]` instead of docs.rs-specific cfg flag (#[287](https://github.com/rust-osdev/x86_64/pull/287))
6
+- Some documentation updates:
7
+ - Update segment register references in `GDT::load*` method to non-deprecated methods ([#301](https://github.com/rust-osdev/x86_64/pull/301))
8
+ - Remove a panic note ([#300](https://github.com/rust-osdev/x86_64/pull/300))
9
+
10
# 0.14.4 – 2021-07-19
11
12
- Add `instructions::tables::sgdt` ([#279](https://github.com/rust-osdev/x86_64/pull/279))
0 commit comments