Skip to content

Commit

Permalink
Add CHANGELOG entry for serde-json-wasm upgrade (#1297) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 5, 2022
1 parent 59cf396 commit 32df58d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to

## [Unreleased]

### Fixed

- cosmwasm-std: Upgrade `serde-json-wasm` to 0.4.0 to fix u128/i128
serialization of `to_vec`/`to_binary` in some cases ([#1297]).

[#1297]: https://github.com/CosmWasm/cosmwasm/pull/1297

### Added

- cosmwasm-std: Implement `checked_multiply_ratio` for
Expand Down

0 comments on commit 32df58d

Please sign in to comment.