Skip to content

Commit e50b076

Browse files
committed
Add CHANGELOG entry
1 parent 3a73271 commit e50b076

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ and this project adheres to
1717

1818
- all: Drop support for Node.js < 20.
1919
- @cosmjs/cli: package got removed with no replacement
20+
- @cosmjs/tendermint-rpc: Make constructor functions
21+
`Tendermint34Client.create`, `Tendermint37Client.create` and
22+
`Comet38Client.create` non-async. ([#1597])
23+
- @cosmjs/stargate: Make constructor functions `{Signing,}StargateClient.create`
24+
and `SigningStargateClient.createWithSigner` non-async. ([#1597])
25+
- @cosmjs/cosmwasm: Make constructor functions `{Signing,}CosmWasmClient.create`
26+
and `SigningCosmWasmClient.createWithSigner` non-async. ([#1597])
27+
28+
[#1597]: https://github.com/cosmos/cosmjs/pull/1597
2029

2130
## [0.34.0] - 2025-07-11
2231

0 commit comments

Comments
 (0)