We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acc2a9 commit 9fd392dCopy full SHA for 9fd392d
Changelog.md
@@ -1,5 +1,15 @@
1
# Unreleased
2
3
+# 0.11.9 – 2024-11-30
4
+
5
+This release is compatible with Rust nightlies starting with `nightly-2024-11-23`.
6
7
+* [copy more PML4 entries](https://github.com/rust-osdev/bootloader/pull/466)
8
+* [Convert LF to CRLF when writing to serial port](https://github.com/rust-osdev/bootloader/pull/474)
9
+* [Update x86_64 & fix build on latest nightly](https://github.com/rust-osdev/bootloader/pull/478)
10
11
+**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.8...v0.11.9
12
13
# 0.11.8 – 2024-11-02
14
15
* [avoid 32-bit relocation to __BOOTLOADER_CONFIG](https://github.com/rust-osdev/bootloader/pull/428)
0 commit comments