Add changelog entry for new agb::entry macro changes

This commit is contained in:
Gwilym Inzani 2023-03-23 23:12:08 +00:00
parent 52e9e3eb32
commit 353707cc74

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Alpha channel is now considered by `include_gfx!()` even when `transparent_colour` is absent. - Alpha channel is now considered by `include_gfx!()` even when `transparent_colour` is absent.
- 256 colour backgrounds are now correctly rendered (breaking change). - 256 colour backgrounds are now correctly rendered (breaking change).
- The `#[agb::entry]` macro now reports errors better.
## [0.13.0] - 2023/01/19 ## [0.13.0] - 2023/01/19