From 44ecfd6ac954346c3f9902b4a701a6c3fccaf962 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Tue, 10 Feb 2026 18:52:46 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG=20for=20v0.0.?= =?UTF-8?q?10=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2abe2..22bb4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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