From be1cf4c968b43c9be8a0db154aecb9101b33d325 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 9 Aug 2021 10:08:37 +0200 Subject: [PATCH] Update changelog for #185 --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index e94e8500..00d1f516 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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))