From 93cd560ddc049cf77134105bf74465901c99b30d Mon Sep 17 00:00:00 2001 From: Corwin Date: Fri, 12 May 2023 19:25:18 +0100 Subject: [PATCH] add more to the changelog relating to changes made for no_game --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450a5b70..c28c9183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- New `include_palette` macro for including every colour in an image as a `u16` slice. + ### Changed -- Changed the default template game +- Changed the default template game. +- `DynamicSprite` has a new API which changes the constructor and adds a `set_pixel` method. ## [0.15.0] - 2023/04/25