Skip to content

Commit

Permalink
Add changelog and migrating entry
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Nov 7, 2023
1 parent 350879f commit 37351f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ and this project adheres to
- cosmwasm-std: Make inner values of `CanonicalAddr` and `Binary` private and
add constructor for `Binary`. ([#1876])
- cosmwasm-vm: Make inner value of `Size` private and add constructor. ([#1876])
- cosmwasm-std: Remove old IBC version and make v3 the default. ([#1875])

[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
[#1875]: https://github.com/CosmWasm/cosmwasm/pull/1875
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
[#1878]: https://github.com/CosmWasm/cosmwasm/pull/1878
[#1879]: https://github.com/CosmWasm/cosmwasm/pull/1879
Expand Down
4 changes: 4 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ major releases of `cosmwasm`. Note that you can also view the
# ...
```

If you were using cosmwasm-std's `ibc3` feature, you can remove it, as it is
the default now. Depending on your usage, you might have to enable the
`stargate` feature instead, since it was previously implied by `ibc3`.

- `ContractInfoResponse::new` now takes all fields of the response as
parameters:

Expand Down

0 comments on commit 37351f1

Please sign in to comment.