Extend changelog entry to allow for tile set

This commit is contained in:
Gwilym Inzani 2023-09-05 23:24:53 +01:00
parent 7431086b14
commit c04d674101

View file

@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sound channel panning and volume options are now `Num<i16, 8>` rather than `Num<i16, 4>` for improved precision and sound quality.
- Due to dependency changes, agb-gbafix is now released under MPL rather than GPL.
- `include_background_gfx!` now produces tile settings directly rather than palette assigments.
- `include_background_gfx!` now produces tile sets and tile settings directly.
### Fixed