Skip to content

Commit 0c368ad

Browse files
committed
List new IDT defaults as breaking change in changelog
1 parent 5384bd1 commit 0c368ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Changelog.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- [Add structures::gdt::Entry type](https://github.com/rust-osdev/x86_64/pull/380)
2323
- [Allow GDT to be loaded with shared reference](https://github.com/rust-osdev/x86_64/pull/381)
2424
- [seal off the `PageSize` trait](https://github.com/rust-osdev/x86_64/pull/404)
25+
- [idt: Fixup Options structure and cleanup set_handler_fn](https://github.com/rust-osdev/x86_64/pull/226)
2526

2627
## New Features
2728

@@ -34,10 +35,6 @@
3435
- [gdt: Check that MAX is in range](https://github.com/rust-osdev/x86_64/pull/365)
3536
- [fix `Page::from_page_table_indices`](https://github.com/rust-osdev/x86_64/pull/398)
3637

37-
## Other improvements
38-
39-
- [idt: Fixup Options structure and cleanup set_handler_fn](https://github.com/rust-osdev/x86_64/pull/226)
40-
4138
# 0.14.11 – 2023-09-15
4239

4340
## New Features

0 commit comments

Comments
 (0)