From c1f619dd1eda4c86aac74984ad308b74654d347d Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Mon, 9 Jan 2023 11:29:01 +0000 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11497da3..bd746253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Added missed implementations of `regular()` and `affine()` to `Tiled1` which made `Tiled1` impossible to use. + ### Changed - Text renderer can now be re-used which is useful for rpg style character/word at a time text boxes.