Add a changelog entry for the vblank change

This commit is contained in:
Gwilym Kuiper 2023-01-12 21:24:28 +00:00
parent e50540752c
commit ba8655070d

View file

@ -8,6 +8,7 @@ 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.
- If a vblank happens outside of `wait_for_vblank`, then next call will immediately return.
## [0.12.2] - 2022/10/22