diff --git a/CHANGELOG.md b/CHANGELOG.md index 11497da3..568443f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Text renderer can now be re-used which is useful for rpg style character/word at a time text boxes. +### Fixed +- Fixed a bug in bitmap4 that caused setting pixels to be always incorrect. + ## [0.12.2] - 2022/10/22 This is a minor release to fix an alignment issue with background tiles.