From b11e6ef34f49575ffca08c49a1365c16fbd15a34 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Tue, 1 Nov 2022 22:06:27 +0000 Subject: [PATCH] Add changelog entry for 0.12.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37659f87..612cf105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.2] - 2022/10/22 +This is a minor release to fix an alignment issue with background tiles. + +### Fixed +- Corrected alignment of background tiles which was causing issues with rendering tiles in some cases. + ## [0.12.1] - 2022/10/12 This is a minor release to fix the build of the docs on [docs.rs/agb](https://docs.rs/agb).