From 260a1fa09fd34f1d30dd9e9b85d772bf602bc206 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 22 Nov 2021 19:00:28 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aef441d..0b99f844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,13 @@ and this project adheres to - all: Upgrade cosmjs-types to 0.3. This includes the types of the Cosmos SDK 0.44 modules x/authz and x/feegrant. It causes a few breaking changes by adding fields to interfaces. ([#928]) +- @cosmjs/stargate and @cosmjs/cosmwasm-stargate: Add simulation support + ([#931]). [#865]: https://github.com/cosmos/cosmjs/issues/865 [#897]: https://github.com/cosmos/cosmjs/issues/897 [#928]: https://github.com/cosmos/cosmjs/issues/928 +[#931]: https://github.com/cosmos/cosmjs/pull/931 ## [0.26.5] - 2021-11-20