From 0e0cc6f909bcf7838e96ae23a7a488594dbb4a1a Mon Sep 17 00:00:00 2001 From: Corwin Date: Wed, 18 Oct 2023 00:30:52 +0100 Subject: [PATCH] update changelog to include linker script changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bbd777..0d0d4e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- General improvements to the linker script that you will need to update. + ### Fixed +- Multiboot builds now work on mgba. - Fixed inaccuracy in cosine implementation caused by accidentally multiplying correction term by zero. ## [0.17.1] - 2023/10/05