From 7e5924e5f2b55d870b4039da90aedb60a87bac20 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 18 May 2021 13:19:58 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf741b1..d54eb493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,13 @@ and this project adheres to `CosmWasmClient.broadcastTx` and `StargateClient.broadcastTx` ([#800]). This bug was introduced with the switch from broadcast mode "commit" to "sync" in version 0.25.0. +- @cosmjs/launchpad, @cosmjs/stargate: Avoid the use of named capture groups in + `GasPrice.fromString` to restore ES2017 compatibility and make the library + work with Hermes ([#801]; thanks [@AlexBHarley]). [#800]: https://github.com/cosmos/cosmjs/issues/800 +[#801]: https://github.com/cosmos/cosmjs/issues/801 +[@alexbharley]: https://github.com/AlexBHarley ## [0.25.2] - 2021-05-11