Add CHANGELOG entry for protoDecimalToJson fix

This commit is contained in:
Simon Warta 2022-12-07 11:01:08 +01:00
parent 911027da59
commit f8797e619c

View File

@ -6,6 +6,14 @@ and this project adheres to
## [Unreleased]
### Fixed
- @cosmjs/stargate: Fix `protoDecimalToJson` for values with a 0 fractional
part, such as `0.000000000000000000`, `1.000000000000000000` or
`42.000000000000000000` ([#1326]).
[#1326] : https://github.com/cosmos/cosmjs/pull/1326
### Deprecated
- @cosmjs/stargate: Deprecate `QueryClient.queryUnverified` in favour of newly