mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
add changelog entry
This commit is contained in:
parent
a0895635ab
commit
413a889488
|
@ -22,10 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Many macros now emit statics rather than consts OR can be used as statics OR
|
- Many macros now emit statics rather than consts OR can be used as statics OR
|
||||||
have had examples changed to use statics. You should use statics where possble
|
have had examples changed to use statics. You should use statics where possible
|
||||||
for assets as consts can lead to them being included multiple times in the
|
for assets as consts can lead to them being included multiple times in the
|
||||||
ROM.
|
ROM.
|
||||||
- Fixnums are now implemented with `num_traits` trait definitions.
|
- Fixnums are now implemented with `num_traits` trait definitions.
|
||||||
|
- Rather than having our own sync with Statics, use the standard portable
|
||||||
|
atomics crate. These are reexported for convenience.
|
||||||
|
|
||||||
## [0.19.1] - 2024/03/06
|
## [0.19.1] - 2024/03/06
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue