Skip to content

Commit 2f79eec

Browse files
committed
Update Changelog to include #309
Signed-off-by: Joe Richey <[email protected]>
1 parent 022598a commit 2f79eec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

3+
- New `registers::segmentation` module ([#309](https://github.com/rust-osdev/x86_64/pull/309)), containing:
4+
- `instructions::segmentation::{Segment, Segment64, CS, DS, ES, FS, GS, SS}`
5+
- `structures::gdt::SegmentSelector`
6+
- Old locations still re-export all the types, so this is not a breaking change.
7+
- Fixes build so that `cargo doc --no-default-features` succeeds.
8+
39
# 0.14.5 – 2021-09-04
410

511
- Add `ExceptionVector` enum and additional flags to `PageFaultErrorCode` ([#303](https://github.com/rust-osdev/x86_64/pull/303))

0 commit comments

Comments
 (0)