From 4c6a962386ddbeb50d9fe9a65563d50f44b3e43a Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Mon, 27 Sep 2021 13:18:32 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fd1f0e..c21c63d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ ### Unreleased +### 0.5.3 + * Allow configuring the optimizer & passing arbitrary arguments to solc [#427](https://github.com/gakonst/ethers-rs/pull/427) * Decimal support for `ethers_core::utils::parse_units` [#463](https://github.com/gakonst/ethers-rs/pull/463) * Fixed Wei unit calculation in `Units` [#460](https://github.com/gakonst/ethers-rs/pull/460) * Add `ethers_core::utils::get_create2_address_from_hash` [#444](https://github.com/gakonst/ethers-rs/pull/444) +* Bumped ethabi to 0.15.0 and fixing breaking changes [#469](https://github.com/gakonst/ethers-rs/pull/469), [#448](https://github.com/gakonst/ethers-rs/pull/448), [#445](https://github.com/gakonst/ethers-rs/pull/445) ### 0.5.2 * Correctly RLP Encode transactions as received from the mempool ([#415](https://github.com/gakonst/ethers-rs/pull/415)) @@ -16,10 +19,11 @@ ### Unreleased +### 0.5.3 + * Expose `ens` module [#435](https://github.com/gakonst/ethers-rs/pull/435) * Add `eth_getProof` [#459](https://github.com/gakonst/ethers-rs/pull/459) - ### 0.5.2 * Set resolved ENS name during gas estimation ([1e5a9e](https://github.com/gakonst/ethers-rs/commit/1e5a9efb3c678eecd43d5c341b4932da35445831)) @@ -30,10 +34,14 @@ ## ethers-contract ### Unreleased + +### 0.5.3 * (De)Tokenize structs and events with only a single field as `Token:Tuple` ([#417](https://github.com/gakonst/ethers-rs/pull/417)) ## ethers-middleware ### Unreleased +### 0.5.3 + * Added Time Lagged middleware [#457](https://github.com/gakonst/ethers-rs/pull/457)