diff --git a/CHANGELOG.md b/CHANGELOG.md index a13174c12..4e0226d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -295,6 +295,8 @@ ### Unreleased +- Make `Factory` objects generic over the borrow trait, to allow non-arc mware + [#2103](https://github.com/gakonst/ethers-rs/pull/2103) - Make `Contract` objects generic over the borrow trait, to allow non-arc mware [#2082](https://github.com/gakonst/ethers-rs/pull/2082) - Return pending transaction from `Multicall::send`