Skip to content

Commit

Permalink
Update changelog for #185
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Aug 9, 2021
1 parent 3c91c8b commit be1cf4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
- Rewrite for UEFI support ([#130](https://github.com/rust-osdev/bootloader/pull/130))
- Includes a new build process that no longer uses the `bootimage` crate. See the Readme for details.

# 0.9.19 _(backport) – 2021-08-09

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

# 0.9.18 _(hotfix)_ – 2021-05-20

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

0 comments on commit be1cf4c

Please sign in to comment.