diff --git a/.changelog/v0.53.0/bug-fixes/1198-reject-packets-without-timeouts.md b/.changelog/v0.53.0/bug-fixes/1198-reject-packets-without-timeouts.md new file mode 100644 index 000000000..969081559 --- /dev/null +++ b/.changelog/v0.53.0/bug-fixes/1198-reject-packets-without-timeouts.md @@ -0,0 +1,2 @@ +- [ibc-core] Reject IBC packets without height and timestamp timeout. + ([\#1198](https://github.com/cosmos/ibc-rs/issues/1198)) diff --git a/.changelog/v0.53.0/improvements/1109-revamp-ibc-testkit.md b/.changelog/v0.53.0/improvements/1109-revamp-ibc-testkit.md new file mode 100644 index 000000000..58dd859e8 --- /dev/null +++ b/.changelog/v0.53.0/improvements/1109-revamp-ibc-testkit.md @@ -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)) diff --git a/.changelog/v0.53.0/improvements/1203-rm-error-type-restriction.md b/.changelog/v0.53.0/improvements/1203-rm-error-type-restriction.md new file mode 100644 index 000000000..6ab6e31e1 --- /dev/null +++ b/.changelog/v0.53.0/improvements/1203-rm-error-type-restriction.md @@ -0,0 +1,3 @@ +- [ibc-core] Replace fixed `ClientError` associated type restriction with a + `Into` trait bound. + ([\#1203](https://github.com/cosmos/ibc-rs/issues/1203))