We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a6071 commit 9c6d662Copy full SHA for 9c6d662
1 file changed
Changelog.md
@@ -1,5 +1,15 @@
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
+* [Add llvm-tools to components in rust-toolchain file](https://github.com/rust-osdev/bootloader/pull/529)
8
+* [Update rust edition to 2024](https://github.com/rust-osdev/bootloader/pull/526)
9
+* [Fix buffer overlow in `DiskAccess::read_exact_into` for bios](https://github.com/rust-osdev/bootloader/pull/524)
10
11
+**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.13...v0.11.14
12
13
# 0.11.13 - 2025-11-27
14
15
This release is compatible with Rust nightlies starting with `nightly-2025-11-21`.
0 commit comments