Skip to content

Commit 0edc4aa

Browse files
phil-oppjosephlr
authored andcommitted
Update changelog for #264, #303, #306
Signed-off-by: Joe Richey <[email protected]>
1 parent 633abc3 commit 0edc4aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
# 0.14.5 – 2021-09-04
44

5+
- Add `ExceptionVector` enum and additional flags to `PageFaultErrorCode` ([#303](https://github.com/rust-osdev/x86_64/pull/303))
6+
- Add `clean_up` and `clean_up_with_filter` methods to deallocate unused page tables ([#264](https://github.com/rust-osdev/x86_64/pull/264))
57
- Rename some XCr0 and CR4 flags (#[275](https://github.com/rust-osdev/x86_64/pull/275))
68
- Expose `MapperFlush::new` and `MapperFlushAll::new` constructor functions ([#296](https://github.com/rust-osdev/x86_64/pull/296))
79
- Use `#[cfg(doc)]` instead of docs.rs-specific cfg flag (#[287](https://github.com/rust-osdev/x86_64/pull/287))
810
- Some documentation updates:
911
- Update segment register references in `GDT::load*` method to non-deprecated methods ([#301](https://github.com/rust-osdev/x86_64/pull/301))
1012
- Remove a panic note ([#300](https://github.com/rust-osdev/x86_64/pull/300))
13+
- Update `bit_field` dependency ([#306](https://github.com/rust-osdev/x86_64/pull/306))
1114

1215
# 0.14.4 – 2021-07-19
1316

0 commit comments

Comments
 (0)