Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Mar 14, 2024
1 parent 4fa981c commit faf113b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc] Upgrade `ibc-proto-rs` to `v0.42.2`
([\#1125](https://github.com/cosmos/ibc-rs/pull/1125))
6 changes: 3 additions & 3 deletions .changelog/unreleased/breaking-changes/973-update-meta.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- Merge client update time and height modification method pairs into
one, that is replace
- [ibc-core-client] Merge client update time and height modification method
pairs into one, that is replace
a) client_update_{time,height} by update_meta,
b) store_update_{time,height} by store_update_meta and
c) delete_update_{time,height} by delete_update_meta.
([\#972](https://github.com/cosmos/ibc-rs/pull/972))
([\#973](https://github.com/cosmos/ibc-rs/issues/973))
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [types] Refactor `Default` implementations with concrete names
- [ibc-data-types] Refactor `Default` implementations with concrete names
([\#1074](https://github.com/cosmos/ibc-rs/issues/1074))

0 comments on commit faf113b

Please sign in to comment.