From 6bf626cab40f59061b4b549de25a44991f46c88f Mon Sep 17 00:00:00 2001 From: "codex-storage[bot]" <159803397+codex-storage[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 02:40:12 +0000 Subject: [PATCH] docs: update CHANGELOG.md for master [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84d4a7..715b1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Merged pull requests:** +- fix: force symbol resolution for types that serde de/serializes [\#24](https://github.com/codex-storage/nim-serde/pull/24) ([emizzle](https://github.com/emizzle)) - feat: improve deserialization from string [\#23](https://github.com/codex-storage/nim-serde/pull/23) ([emizzle](https://github.com/emizzle)) - feat: improve stint parsing [\#22](https://github.com/codex-storage/nim-serde/pull/22) ([emizzle](https://github.com/emizzle))