From f8797e619c1a200016f9e9599fc9c1d2fbb9c8e8 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 7 Dec 2022 11:01:08 +0100 Subject: [PATCH] Add CHANGELOG entry for protoDecimalToJson fix --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efd05b8..08279b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to ## [Unreleased] +### Fixed + +- @cosmjs/stargate: Fix `protoDecimalToJson` for values with a 0 fractional + part, such as `0.000000000000000000`, `1.000000000000000000` or + `42.000000000000000000` ([#1326]). + +[#1326] : https://github.com/cosmos/cosmjs/pull/1326 + ### Deprecated - @cosmjs/stargate: Deprecate `QueryClient.queryUnverified` in favour of newly