Skip to content

Commit

Permalink
update summary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 26, 2024
1 parent ced0015 commit 16ef5cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .changelog/v0.52.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ First and foremost, support for the IBC protocol's [client recovery][client-reco
mechanism has been implemented, which provides a route for frozen and expired IBC clients
to be re-instated following a successful governance vote. In addition, a new crate,
`ibc-client-cw`, facilitates CosmWasm contract creation for light clients built using
`ibc-rs`.
`ibc-rs`. Lastly, the ics07 tendermint light client has also been packaged and included
as a CosmWasm contract.

This release also includes a myriad of other bug-fixes and improvements,
such as enhancing the portability of ibc-rs's Validation and Execution Context traits,
as well as fixing an incompatibility with how ibc-rs parses `PrefixDenom`s compared
to ibc-go, among many others.

Finally, the minimum-supported Rust version has been updated to `1.72`.
The minimum-supported Rust version has been updated to `1.72`. `ibc-proto` has been
bumped to `0.43`. `tendermint` has been bumped to `0.35`. `ibc-derive` has been
bumped to `0.7`.

There are no consensus-breaking changes as part of this release.

0 comments on commit 16ef5cf

Please sign in to comment.