diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a34aa5614..ca578235f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to ## [Unreleased] +### Fixed + +- @cosmjs/stargate: Add missing memo field to Amino JSON representation of + `MsgTransfer` and adapt converters. ([#1456]) + +[#1456]: https://github.com/cosmos/cosmjs/issues/1429 + ### Changed - Drop support for Node.js 14 and add support for Node.js 20. ([#1421])