From e57f9488854f89f6e1370c025c401b891de30ac6 Mon Sep 17 00:00:00 2001 From: Adi Seredinschi Date: Mon, 2 Nov 2020 13:59:50 +0100 Subject: [PATCH] Homogenize ConnectionReader functions (#349) * ConnectionReader.connection_end returns owned val * Removed redundant clones, updated changelog; ready to fix #347. Co-authored-by: CharlyCst --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c1db8059..72cfb2e1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased Changes +Special thanks to external contributors for this release: @CharlyCst ([#347]). + ### FEATURES - [changelog] Added "unreleased" section in `CHANGELOG.MD` to help streamline releases ([#274]) @@ -17,8 +19,10 @@ ### IMPROVEMENTS - [relayer-cli] Split tasks spawned by CLI commands into their own modules ([#331]) +- [modules] Homogenize ConnectionReader trait so that all functions return owned objects ([#347]) [#331]: https://github.com/informalsystems/ibc-rs/pulls/331 +[#347]: https://github.com/informalsystems/ibc-rs/issues/347 ## v0.0.4 *October 19, 2020*