From 43aaed0410bfeb16168c9d061b0362aa0e3cebb8 Mon Sep 17 00:00:00 2001 From: MadReza Date: Tue, 12 Dec 2023 01:05:17 +0330 Subject: [PATCH] docs: add changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef77990..e1fc4320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [#1516]: https://github.com/cosmos/cosmjs/pull/1516 +### Changed + +- @cosmjs/stargate: Update validation of GasPrice.fromString to allow using ibc denoms as gas denom ([#1522]) + +[#1522]: https://github.com/cosmos/cosmjs/pull/1522 + ## [0.32.0] - 2023-11-23 ### Added