Add CHANGELOG entry for #1358

This commit is contained in:
Simon Warta 2023-03-22 15:20:18 +01:00
parent 518a9a99f2
commit 50b2be2cda

View File

@ -10,7 +10,11 @@ and this project adheres to
- @cosmjs/amino: Fix escaping of "&", "<" and ">" characters in Amino JSON
encoding to match the Go implementation ([#1373], [#1388]).
- @cosmjs/tendermint-rpc: Move version check from
`Tendermint{34,37}Client.create` to `.connect` in order to allow creating
clients without performing the extra network request ([#1358]).
[#1358]: https://github.com/cosmos/cosmjs/issues/1358
[#1373]: https://github.com/cosmos/cosmjs/pull/1373
[#1388]: https://github.com/cosmos/cosmjs/pull/1388