From ba8655070d7a733175f88181f0fb9c1928c6d69a Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 12 Jan 2023 21:24:28 +0000 Subject: [PATCH] Add a changelog entry for the vblank change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11497da3..564ea13e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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