Skip to content

Commit be1cf4c

Browse files
committed
Update changelog for #185
1 parent 3c91c8b commit be1cf4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
- Rewrite for UEFI support ([#130](https://github.com/rust-osdev/bootloader/pull/130))
4242
- Includes a new build process that no longer uses the `bootimage` crate. See the Readme for details.
4343

44+
# 0.9.19 _(backport) – 2021-08-09
45+
46+
- Set `relocation-model: static` and `panic-strategy: abort` and `fix .intel_syntax` warnings ([#185](https://github.com/rust-osdev/bootloader/pull/185))
47+
- Fixes warnings on the latest Rust nightlies.
48+
- This effectively changes the `relocation-model` and `panic-strategy`. Please report if you encounter any issues because of this.
49+
4450
# 0.9.18 _(hotfix)_ – 2021-05-20
4551

4652
- Fix nightly regression by manually passing --gc-sections ([#168](https://github.com/rust-osdev/bootloader/pull/168))

0 commit comments

Comments
 (0)