From 7ee2aa034b56c93fefc61b02061cc7e5cc6b751f Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 19 Dec 2023 13:36:44 +0100 Subject: [PATCH] Polish CHANGELOG entry --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e38886d06f..66bef37269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ and this project adheres to ## [Unreleased] -### Changed +### Fixed -- @cosmjs/stargate: Update validation of GasPrice.fromString to allow using ibc denoms as gas denom ([#1522]) +- @cosmjs/stargate: Update validation of `GasPrice.fromString` to allow using + IBC denoms as gas denom. ([#1522]) [#1522]: https://github.com/cosmos/cosmjs/pull/1522