Add CHANGELOG entry

This commit is contained in:
Simon Warta 2023-05-23 23:30:32 +02:00
parent 5590c76024
commit 2c9eebfc5c

View File

@ -6,6 +6,22 @@ and this project adheres to
## [Unreleased]
### Changed
- @cosmjs/cosmwasm-stargate: Implement auto-detection for Tendermint 0.34/37
([#1411]).
- @cosmjs/cosmwasm-stargate: Remove structured `searchTx` queries. Only raw
query strings and key/value pairs are now supported. ([#1411])
- @cosmjs/cosmwasm-stargate: Let `searchTx` return non-readonly array. The
caller owns this array and can mutate it as they want. ([#1411])
- @cosmjs/stargate: Implement auto-detection for Tendermint 0.34/37 ([#1411]).
- @cosmjs/stargate: Remove structured `searchTx` queries. Only raw query strings
and key/value pairs are now supported. ([#1411])
- @cosmjs/stargate: Let `searchTx` return non-readonly array. The caller owns
this array and can mutate it as they want. ([#1411])
[#1411]: https://github.com/cosmos/cosmjs/pull/1411
## [0.30.1] - 2023-03-22
### Fixed