-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog file and summary.md
- Loading branch information
1 parent
f5a2e71
commit 40b2356
Showing
2 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<!-- | ||
Add a summary for the release here. | ||
This release adds some exciting changes, improvements, and new features to ibc-rs. | ||
First and foremost, support for the IBC protocol's [client recovery][client-recovery] | ||
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`. | ||
|
||
If you don't change this message, or if this file is empty, the release | ||
will not be created. --> | ||
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`. | ||
|
||
There are no consensus-breaking changes as part of this release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters