From 8ab539acbb3eee64e72fdb21875a49ef3cf573ee Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 23 Apr 2023 20:43:09 +0100 Subject: [PATCH] add changelog entries --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee11ee8..1b3a04cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - You can now import aseprite files directly (in addition to the already supported png and bmp files) when importing background tiles. +- New additional unmanaged object API for interacting with a more straightforward manner with the underlying hardware. ### Changed - Importing background tiles has been improved. You no longer need to use `include_gfx!` with the toml file. Instead, use `include_background_gfx`. See the documentation for usage. +- Moved the existing object API to be the OamManaged API. The old names persist with deprecated notices on them. ## [0.14.0] - 2023/04/11