mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
note allocator change
This commit is contained in:
parent
44ef68d1ea
commit
d08ce9c85b
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- The template now uses rust 2021 edition by default.
|
- The template now uses rust 2021 edition by default.
|
||||||
- All objects which should only be created once now have the correct lifetimes to only allow one to exist.
|
- All objects which should only be created once now have the correct lifetimes to only allow one to exist.
|
||||||
- Template now uses codegen-units=1 to workaround bug in nightly.
|
- Template now uses codegen-units=1 to workaround bug in nightly.
|
||||||
|
- Allocator is no longer interrupt safe.
|
||||||
- Soundness issues with interrupts resolved which makes them unsafe and require the closure to be static (breaking change).
|
- Soundness issues with interrupts resolved which makes them unsafe and require the closure to be static (breaking change).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in a new issue