diff --git a/CHANGELOG.md b/CHANGELOG.md index ead18b96c9..f1b26a77cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ between its right shift operator and standard library numeric types. - [#842](https://github.com/gakonst/ethers-rs/issues/842) Add support for I256 types in `parse_units` and `format_units`. Added `twos_complement` function for I256. +- [#1934](https://github.com/gakonst/ethers-rs/pull/1934) Allow 16 calls in multicall. ## ethers-contract-abigen