Skip to content

Commit

Permalink
update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Mar 4, 2024
1 parent 8b8f157 commit 9acf862
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

* **0.11.5:**
* Fixed the random number generator `next` method (https://github.com/rust-console/gba/issues/192).
* Added optional support for the `critical-section` crate (https://github.com/rust-console/gba/pull/191)
* Put new guidance on effective `build-std` settings in the README (https://github.com/rust-console/gba/issues/187)
* The `mmio` module now publicly re-exports the necessary definitions used from other crates (https://github.com/rust-console/gba/issues/173)

* **0.11.3:**
* **Soundness:** Fixed the definition of `VIDEO3_VRAM`, now it's the correct
type and it will correctly stay in bounds.
Expand Down

0 comments on commit 9acf862

Please sign in to comment.