Skip to content

Commit c693806

Browse files
committed
Update changelog
Based on GitHub's autogenerated release notes
1 parent 575de31 commit c693806

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
22

3+
- fix: build error on the latest nightly ([#329](https://github.com/rust-osdev/x86_64/pull/329))
4+
- add `set_general_handler` macro ([#285](https://github.com/rust-osdev/x86_64/pull/285))
5+
- Derive common traits for number, range and enum types ([#315](https://github.com/rust-osdev/x86_64/pull/315))
6+
- Add the VMM Communication Exception (`#VC`) to the `InterruptDescriptorTable` ([#313](https://github.com/rust-osdev/x86_64/pull/313))
7+
- fix: enable manipulation of `InterruptStackFrame` ([#312](https://github.com/rust-osdev/x86_64/pull/312))
8+
- fix docs for `page_table_index` ([#318](https://github.com/rust-osdev/x86_64/pull/318))
9+
- Remove redundant alignment check ([#314](https://github.com/rust-osdev/x86_64/pull/314))
10+
- fix(idt): fix panic messages for `index` and `#VC` ([#321](https://github.com/rust-osdev/x86_64/pull/321))
11+
- remove `const_assert!` in favor of std's `assert!` ([#326](https://github.com/rust-osdev/x86_64/pull/326))
12+
- Move bootloader integration test to separate CI job ([#330](https://github.com/rust-osdev/x86_64/pull/330))
13+
314
# 0.14.6 – 2021-09-20
415

516
- New `registers::segmentation` module ([#309](https://github.com/rust-osdev/x86_64/pull/309)), containing:

0 commit comments

Comments
 (0)