Skip to content

Commit

Permalink
Homogenize ConnectionReader functions (informalsystems#349)
Browse files Browse the repository at this point in the history
* ConnectionReader.connection_end returns owned val

* Removed redundant clones, updated changelog; ready to fix #347.

Co-authored-by: CharlyCst <castes.ch@gmail.com>
  • Loading branch information
adizere and CharlyCst authored Nov 2, 2020
1 parent 1a58252 commit e57f948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand All @@ -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*
Expand Down

0 comments on commit e57f948

Please sign in to comment.