diff --git a/CHANGELOG.md b/CHANGELOG.md index daa6a377..558f9674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New `include_palette` macro for including every colour in an image as a `u16` slice. +- New object based text renderer. ### Changed - Changed the default template game. -- `DynamicSprite` has a new API which changes the constructor and adds a `set_pixel` method. +- `DynamicSprite` has a new API which changes the constructor and adds a `set_pixel` and `clear` methods. - You no longer need to install arm-none-eabi-binutils. In order to write games using `agb`, you now only need to install rust nightly. - 10% performance improvement with the software mixer.