Skip to content

Commit

Permalink
update changenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 12, 2024
1 parent 2343618 commit 7572550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* **0.11.6:**
* `on_gba` feature (default: enabled) that signals if the crate is running on a GBA.
Limited portions of the crate *can* be used even when not on the GBA (such as in a build script).
* `track_caller` added for fixed point math operations
* **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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
license = "Zlib OR Apache-2.0 OR MIT"

[features]
default = ["track_caller"]
default = ["track_caller", "on_gba"]
track_caller = []
on_gba = []

Expand Down

0 comments on commit 7572550

Please sign in to comment.