Skip to content

Commit

Permalink
add missing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 13, 2024
1 parent 10568bc commit 5607be5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc-core] Reject IBC packets without height and timestamp timeout.
([\#1198](https://github.com/cosmos/ibc-rs/issues/1198))
3 changes: 3 additions & 0 deletions .changelog/v0.53.0/improvements/1109-revamp-ibc-testkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [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))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [ibc-core] Replace fixed `ClientError` associated type restriction with a
`Into<ClientError>` trait bound.
([\#1203](https://github.com/cosmos/ibc-rs/issues/1203))

0 comments on commit 5607be5

Please sign in to comment.