From b405a04a4aecaa092aab26c8bf4da6d7f8660cba Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 4 Jun 2024 21:19:29 +0100 Subject: [PATCH] Add a changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18180cad..36bd4098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Affine background center position didn't work outside of the upper left quadrant of the gba's screen. +- Fixed backtrace pointing to the wrong line of code (being out by one). ## [0.20.2] - 2024/05/25