Update CHANGELOG

This commit is contained in:
Chris Hennick 2024-04-08 12:31:11 -07:00
parent 52559af930
commit 2acc0d04dc

View file

@ -250,4 +250,4 @@
### Changed
- Now uses `Box<str>` rather than `String` for metadata.
- Now uses boxed slices rather than `String` or `Vec` for metadata fields that aren't likely to grow.