From 2c0518bed07a7bb727d6d323b1d55d7333fcd235 Mon Sep 17 00:00:00 2001 From: "codex-storage[bot]" <159803397+codex-storage[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 04:46:08 +0000 Subject: [PATCH] docs: update CHANGELOG.md for master [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae935db..0c14b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [Unreleased](https://github.com/codex-storage/nim-serde/tree/HEAD) + +[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.1.1...HEAD) + +**Merged pull requests:** + +- fix: UInt256 not correctly deserializing from string [\#18](https://github.com/codex-storage/nim-serde/pull/18) ([emizzle](https://github.com/emizzle)) + ## [v1.1.1](https://github.com/codex-storage/nim-serde/tree/v1.1.1) (2024-05-13) [Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.1.0...v1.1.1)