From 53a5c85cd1b57ccca94be44f0287de1bd1ba7afa Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Tue, 7 Jan 2025 10:11:20 +0100 Subject: [PATCH] Update changelog --- riscv-rt/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/riscv-rt/CHANGELOG.md b/riscv-rt/CHANGELOG.md index 068822f1..8fa2513e 100644 --- a/riscv-rt/CHANGELOG.md +++ b/riscv-rt/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +- Ensure the `.heap` section is 4-byte aligned - Limit rustc cfg flags to `riscvi`, `riscvm`, `riscvf`, and `riscvd`. - Temporary use of `RISCV_RT_LLVM_ARCH_PATCH` environment variable to include the temporary patch required for avoid LLVM spurious errors.