From bc89878e92ea932f8c3d3a01a807d7f8c392a371 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 3 Sep 2021 16:50:16 +0200 Subject: [PATCH] chore: update changelog (#429) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f74d5bf8..29b91113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ## ethers-contract ### Unreleased +* (De)Tokenize structs and events with only a single field as `Token:Tuple` ([#417](https://github.com/gakonst/ethers-rs/pull/417)) ## ethers-middleware