diff --git a/CHANGELOG.md b/CHANGELOG.md index 391bc5dcf1..2a5d87f6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to ## [Unreleased] +### 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]) + +[#1516]: https://github.com/cosmos/cosmjs/pull/1516 + ## [0.32.0] - 2023-11-23 ### Added