From b18b732d859990d497d16ef10fc5f8cea06aebc9 Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 30 Apr 2024 20:46:13 +0200 Subject: [PATCH] update changelog entry --- .../unreleased/improvements/1044-introduce-host-trait.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changelog/unreleased/improvements/1044-introduce-host-trait.md b/.changelog/unreleased/improvements/1044-introduce-host-trait.md index d2d1b2bfa..d8b95983e 100644 --- a/.changelog/unreleased/improvements/1044-introduce-host-trait.md +++ b/.changelog/unreleased/improvements/1044-introduce-host-trait.md @@ -1,2 +1,3 @@ -- [ibc-testkit] Refactor `HostBlock` enum to `Host` trait +- [ibc-testkit] Replace `HostBlock` and `HostType` enums with a `Host` trait to + eliminate manual delegations by utilizing monomorphization. ([\#1044](https://github.com/cosmos/ibc-rs/issues/1044))