Add changelog entry for set_next

This commit is contained in:
Gwilym Inzani 2024-04-30 20:41:01 +01:00
parent 37e9fe5066
commit 609e55155b

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
your rustflags field. This can also be disabled by removing the `backtrace` feature.
- Initial unicode support for font rendering.
- Kerning support for font rendering.
- Added `set_next` method to `OamIterator` to avoid repeated boilerplate when dealing with unmanaged objects.
### Fixed