From 05707785c8b3ac8c84897c6f5d65f9bf49fd3324 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 4 Dec 2023 17:22:12 +0100 Subject: [PATCH] Fix text --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5d87f6..8db0550a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to ### Fixed -- @cosmjs/encoding: Ensure RFC dates between years 0001 and 0099 are parsed correctly. ([#1516]) -- @cosmjs/tendermint-rpc: Remove hacky dewcodeOptionalTime() from adaptros now that `time.Time` dates are parsed correctly. ([#1516]) +- @cosmjs/encoding: Ensure RFC dates between years 0001 and 0099 are parsed + correctly. ([#1516]) +- @cosmjs/tendermint-rpc: Remove hacky `decodeOptionalTime()` from adaptors now + that `time.Time` dates are parsed correctly. ([#1516]) [#1516]: https://github.com/cosmos/cosmjs/pull/1516