Skip to content

Commit

Permalink
fix english article
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 13, 2024
1 parent 6d86d28 commit 6c3ba8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [ibc-core] Replace fixed `ClientError` associated type restriction with a
- [ibc-core] Replace fixed `ClientError` associated type restriction with an
`Into<ClientError>` trait bound.
([\#1203](https://github.com/cosmos/ibc-rs/issues/1203))
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version was reverted back to 1.71.1.
- [ibc-testkit] Major refactor of the `ibc-testkit` via
[ADR-09](https://github.com/cosmos/ibc-rs/blob/main/docs/architecture/adr-009-revamp-testkit.md).
([\#1109](https://github.com/cosmos/ibc-rs/issues/1109))
- [ibc-core] Replace fixed `ClientError` associated type restriction with a
- [ibc-core] Replace fixed `ClientError` associated type restriction with an
`Into<ClientError>` trait bound.
([\#1203](https://github.com/cosmos/ibc-rs/issues/1203))
- Update `ibc-proto` to v0.44.0 and `tendermint` dependencies to v0.36.0.
Expand Down

0 comments on commit 6c3ba8f

Please sign in to comment.