Add a changelog entry for initial unicode support

This commit is contained in:
Gwilym Inzani 2024-03-27 09:32:34 +00:00
parent fa1de1fab7
commit a7b017e7e7

View file

@ -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.