Adding changes to CHANGELOG.md

This commit is contained in:
Milan Steiner 2022-02-04 09:46:36 +01:00
parent 0c7ff05b4d
commit baa257e619

View File

@ -13,6 +13,8 @@ and this project adheres to
`AminoTypesOptions`. This is an object with a required `prefix` field. Before
the prefix defaulted to "cosmos" but this is almost never the right choice for
CosmJS users that need to add Amino types manually. ([#989])
- @cosmjs/cosmwasm-stargate: `height`, `gasWanted` and `gasUsed` have been added
to all result types of `SigningCosmWasmClient`
[#989]: https://github.com/cosmos/cosmjs/issues/989