📝 Update CHANGELOG for v0.0.10 release

This commit is contained in:
Dan Jones 2026-02-10 18:52:46 -06:00
commit 44ecfd6ac9

View file

@ -1,5 +1,13 @@
# Changelog
## [0.0.10] - 2026-02-10
- ✨ Implement full support for nested fields in Meta and Entry marshalling
- ✨ Add support for nested fields in log entries and JSON marshalling
- ✨ Ensure an id is included when serializing a log entry
- 📝 Add documentation for nested fields
- 🐛 Fix test assertions for added id field and entry serialization
## [0.0.9] - 2026-02-01
- ✨ Add Set method to Metas type