From ce4882a56cc346e457141114bbea3d4c0c1543da Mon Sep 17 00:00:00 2001
From: Corwin <corwin@kuiper.dev>
Date: Fri, 29 Mar 2024 14:43:36 +0000
Subject: [PATCH] add changelog entry

---
 CHANGELOG.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff6a048a..b23533a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Export the `dma` module correctly so you can write the types from it and use it in more complex cases.
 
+### Changed
+
+- Many macros now emit statics rather than consts OR can be used as statics OR
+  have had examples changed to use statics. You should use statics where possble
+  for assets as consts can lead to them being included multiple times in the
+  ROM.
+
 ## [0.19.1] - 2024/03/06
 
 ### Added