|
1 | 1 | # Unreleased
|
2 | 2 |
|
| 3 | +# 0.11.10 – 2025年02月10日 |
| 4 | + |
3 | 5 | * [Remove "UEFI boot" log message](https://github.com/rust-osdev/bootloader/pull/476)
|
4 | 6 | * [use threads instead of futures in build.rs](https://github.com/rust-osdev/bootloader/pull/484)
|
5 | 7 | * [Move test kernels to a separate workspace](https://github.com/rust-osdev/bootloader/pull/486)
|
6 | 8 | * [fix condition for running bootloader common tests](https://github.com/rust-osdev/bootloader/pull/487)
|
7 | 9 | * [Update `x86_64` to `0.15.2`](https://github.com/rust-osdev/bootloader/pull/490)
|
8 | 10 | * [change rustc-abi in custom targets to x86-softfloat](https://github.com/rust-osdev/bootloader/pull/491)
|
9 | 11 |
|
| 12 | +**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.9...v0.11.10 |
| 13 | + |
10 | 14 | # 0.11.9 – 2024年11月30日
|
11 | 15 |
|
12 | 16 | This release is compatible with Rust nightlies starting with `nightly-2024年11月23日`.
|
|
0 commit comments