Skip to content

Commit 9c6d662

Browse files
committed
update changelog
1 parent 31a6071 commit 9c6d662

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Changelog.md

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

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+
313
# 0.11.13 - 2025-11-27
414

515
This release is compatible with Rust nightlies starting with `nightly-2025-11-21`.

0 commit comments

Comments
 (0)