Update CHANGELOG for protected constructors

This commit is contained in:
willclarktech 2021-03-25 14:48:46 +01:00
parent f68ef5572a
commit 9a2b61bfa8
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -50,6 +50,9 @@ and this project adheres to
`withdrawRewards` methods to `SigningStargateClient`. `withdrawRewards` methods to `SigningStargateClient`.
- @cosmjs/stargate: Export `defaultGasLimits` and `defaultGasPrice`. - @cosmjs/stargate: Export `defaultGasLimits` and `defaultGasPrice`.
- @cosmjs/cosmwasm-stargate: Export `defaultGasLimits`. - @cosmjs/cosmwasm-stargate: Export `defaultGasLimits`.
- @cosmjs/stargate: `SigningStargateClient` constructor is now `protected`.
- @cosmjs/cosmwasm-stargate: `SigningCosmWasmClient` constructor is now
`protected`.
### Changed ### Changed