From 73d3f946c4def702f88ff10570ab18e8476384af Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Thu, 26 Sep 2024 12:34:25 -0700 Subject: [PATCH] nit --- .changelog/v0.55.0/summary.md | 9 ++++----- CHANGELOG.md | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.changelog/v0.55.0/summary.md b/.changelog/v0.55.0/summary.md index 42be75252..5ac9b5bc4 100644 --- a/.changelog/v0.55.0/summary.md +++ b/.changelog/v0.55.0/summary.md @@ -11,11 +11,10 @@ Additionally, error definitions within `ibc-rs` have been unified, reducing the granularity of error variants. For more details, please refer to [ADR-011](./docs/architecture/adr-11-refactor-errors.md). -In addition, this release also brings various fixes and enhancements. Notably, -helper traits with default implementations have been added to simplify the -conversion between host time types and `Timestamp`. Consequently, the -`ibc-primitives` crate has been fully decoupled from the `tendermint` -dependency. +In addition, it introduces various fixes and enhancements. Notably, helper +traits with default implementations have been added to simplify the conversion +between host time types and `Timestamp`. Consequently, the `ibc-primitives` +crate has been fully decoupled from the `tendermint` dependency. It’s also worth noting that the `cosmwasm` workspace has been relocated to its own repository, now available under diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf0e3ae7..d2d7af99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,10 @@ Additionally, error definitions within `ibc-rs` have been unified, reducing the granularity of error variants. For more details, please refer to [ADR-011](./docs/architecture/adr-11-refactor-errors.md). -In addition, this release also brings various fixes and enhancements. Notably, -helper traits with default implementations have been added to simplify the -conversion between host time types and `Timestamp`. Consequently, the -`ibc-primitives` crate has been fully decoupled from the `tendermint` -dependency. +In addition, it introduces various fixes and enhancements. Notably, helper +traits with default implementations have been added to simplify the conversion +between host time types and `Timestamp`. Consequently, the `ibc-primitives` +crate has been fully decoupled from the `tendermint` dependency. It’s also worth noting that the `cosmwasm` workspace has been relocated to its own repository, now available under