From 8cb3aa812839cd71ca7f345dbe73f098345ac941 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Wed, 24 Jan 2024 08:15:38 -0800 Subject: [PATCH] nit --- .../improvements/1054-re-export-all-google-proto-types.md | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changelog/0.50.0/improvements/1054-re-export-all-google-proto-types.md b/.changelog/0.50.0/improvements/1054-re-export-all-google-proto-types.md index cb022177f..ba220b316 100644 --- a/.changelog/0.50.0/improvements/1054-re-export-all-google-proto-types.md +++ b/.changelog/0.50.0/improvements/1054-re-export-all-google-proto-types.md @@ -1,3 +1,3 @@ -- [ibc-primitives] Re-exports additional google proto types, like `Timestamp` +- [ibc-primitives] Re-export additional google proto types, like `Timestamp` and `Duration` for added convenience when developing IBC light clients or applications. ([\#1054](https://github.com/cosmos/ibc-rs/pull/1054)) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ac1f7c2..a60e76937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ There are no consensus-breaking changes. - [ibc-testkit] Deprecate `MockContext::with_client*` in favor of `MockContext::with_client_config`. ([\#1049](https://github.com/cosmos/ibc-rs/issues/1049)) -- [ibc-primitives] Re-exports additional google proto types, like `Timestamp` +- [ibc-primitives] Re-export additional google proto types, like `Timestamp` and `Duration` for added convenience when developing IBC light clients or applications. ([\#1054](https://github.com/cosmos/ibc-rs/pull/1054)) - [ibc-primitives] Relocate `serializers.rs` module to reside within the