diff --git a/CHANGELOG.md b/CHANGELOG.md index c77f8cc2c8..b8af0f84b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to ## [Unreleased] +### Fixed + +- @cosmjs/cosmwasm-stargate: Fix `ContractCodeHistory` decoding when msg contains non-printable ASCII ([#1320]). + +[#1320]: https://github.com/cosmos/cosmjs/pull/1320 + ## [0.29.3] - 2022-10-25 ### Added