From a41e85302a547c1107bc9644f00e143e5df0febf Mon Sep 17 00:00:00 2001 From: Corwin Date: Sat, 8 Oct 2022 23:40:12 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5809d563..8f355046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added implementation of `HashMap.retain()`. - Added support for affine backgrounds (tiled modes 1 and 2) which allows for scaling, rotating etc of tiled backgrounds. - Added support for 256 colour backgrounds (when working with affine ones). +- Added affine matrix module. This allows for manipulation of affine matricies for use in backgrounds and in the future objects. ### Changes - Many of the places that originally disabled IRQs now use the `sync` module, reducing the chance of missed interrupts.