From baa257e61993b48e56eb451cf0c5b0510718a9cd Mon Sep 17 00:00:00 2001 From: Milan Steiner Date: Fri, 4 Feb 2022 09:46:36 +0100 Subject: [PATCH] Adding changes to CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a3ff87..b0c72527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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