Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 16, 2024
1 parent 18e41e4 commit ad983c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ad983c0

Please sign in to comment.