Skip to content

Commit 31cc018

Browse files
committed
Update changelog for #185
1 parent a562ba9 commit 31cc018

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
- Set `relocation-model: static` and `panic-strategy: abort` and `fix .intel_syntax` warnings [#185](https://github.com/rust-osdev/bootloader/pull/185)
4+
- Fixes warnings on the latest Rust nightlies.
5+
- This effectively changes the `relocation-model` and `panic-strategy`. Please report if you encounter any issues because of this.
6+
37
# 0.9.18 – 2021-05-20
48

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

0 commit comments

Comments
 (0)