chore: Add changelog

This commit is contained in:
Clockwork 2023-11-30 20:37:28 +02:00
parent 8f4216be68
commit bc79f8eb6d

View File

@ -6,6 +6,13 @@ and this project adheres to
## [Unreleased] ## [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 ## [0.32.0] - 2023-11-23
### Added ### Added