We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a6071 commit 91f07fcCopy full SHA for 91f07fc
Changelog.md
@@ -1,5 +1,14 @@
1
# Unreleased
2
3
+# 0.11.14 - 2026-01-13
4
+
5
+* [Add kernel stack address to `BootInfo`](https://github.com/rust-osdev/bootloader/pull/531)
6
+* [Fix overflow error during address calculation](https://github.com/rust-osdev/bootloader/pull/530)
7
+* [Update rust edition to 2024](https://github.com/rust-osdev/bootloader/pull/526)
8
+* [Fix buffer overlow in `DiskAccess::read_exact_into` for bios](https://github.com/rust-osdev/bootloader/pull/524)
9
10
+**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.13...v0.11.14
11
12
# 0.11.13 - 2025-11-27
13
14
This release is compatible with Rust nightlies starting with `nightly-2025-11-21`.
0 commit comments