From eb56a4a9d2a9e1ea3b7a4f846633eeaa3ba58615 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Fri, 24 Feb 2023 08:56:04 +0000 Subject: [PATCH] Add a changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 833f2d31..c4f1b375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Alpha channel is now considered by `include_gfx!()` even when `transparent_colour` is absent. +- 256 colour backgrounds are now correctly rendered (breaking change). ## [0.13.0] - 2023/01/19