CHANGELOG: Remove Cosmos SDK 0.42 support

This commit is contained in:
Simon Warta 2022-08-03 19:25:15 +02:00
parent 2f2ae9b55f
commit c5fc2a1548

View File

@ -52,10 +52,12 @@ and this project adheres to
- @cosmjs/tendermint-rpc: The type of `votingPower` fields was changed from
`number` to `bigint` as those values can exceed the safe integer range
([#1133]).
- @cosmjs/stargate: Remove Cosmos SDK 0.42 support ([#1094]).
[#1131]: https://github.com/cosmos/cosmjs/pull/1131
[#1168]: https://github.com/cosmos/cosmjs/pull/1168
[#1133]: https://github.com/cosmos/cosmjs/issues/1133
[#1094]: https://github.com/cosmos/cosmjs/issues/1094
## [0.28.11] - 2022-07-13