Skip to content

Commit e28c280

Browse files
committed
Update changelog
1 parent 91f4642 commit e28c280

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
# 0.14.10 – 2022-07-10
44

5+
## New Features
6+
7+
- [Add `registers::debug`](https://github.com/rust-osdev/x86_64/pull/286)
8+
- [Provide null segment selector as associated constant on `SegmentSelector`](https://github.com/rust-osdev/x86_64/pull/373)
9+
- [Add getters for the page table frame mapping](https://github.com/rust-osdev/x86_64/pull/385)
10+
11+
## Fixes
12+
13+
- [Fix align functions](https://github.com/rust-osdev/x86_64/pull/375)
14+
- [Correct wrong comment](https://github.com/rust-osdev/x86_64/pull/374)
15+
16+
## Other Improvements
17+
18+
- [Cleanup Segment macros](https://github.com/rust-osdev/x86_64/pull/376)
19+
- [Update comment and docs](https://github.com/rust-osdev/x86_64/pull/382)
20+
21+
522
# 0.14.9 - 2022-03-31
623

724
## New Features

0 commit comments

Comments
 (0)