From ad983c09eedb3774c861add8ca6d9e35a3670c9e Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 16 Sep 2024 17:26:52 -0600 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6235f..41fd6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +#### 0.13.1 + +* Adjusted the assembly runtime code to resolve a bug that occurred on real + hardware but not in emulation. The change was to use the System mode stack + instead of the IRQ mode stack when calling the user code's assembly handler. + Exactly why this previously caused a problem with actual hardware is unknown, + but it did, and now we've got a fix. + #### 0.13.0 * **Breaking:** Removes all `#[naked]` functions from the crate (because this is