From 353707cc74efe15b4ae4d979bdd118fec2a45f21 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Thu, 23 Mar 2023 23:12:08 +0000 Subject: [PATCH] Add changelog entry for new agb::entry macro changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f1b375..23bfe822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,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). +- The `#[agb::entry]` macro now reports errors better. ## [0.13.0] - 2023/01/19