From a7b017e7e798f3991572c5db6efb0da7d443157a Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 27 Mar 2024 09:32:34 +0000 Subject: [PATCH] Add a changelog entry for initial unicode support --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a043f8..ff6a048a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Initial unicode support for font rendering. + ### Fixed - Export the `dma` module correctly so you can write the types from it and use it in more complex cases.