diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-08-02 01:01:50 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-06 23:11:53 +0800 |
commit | c577e043a4d54ac740aab770a6af38d74a7a427d (patch) | |
tree | 8f404988ab85b5a9c451d82f153e38609c38a343 /Changelog.md | |
parent | 507cdf6de20b5c9bc9a0a8de311e9018af552865 (diff) | |
download | dexon-solidity-c577e043a4d54ac740aab770a6af38d74a7a427d.tar.gz dexon-solidity-c577e043a4d54ac740aab770a6af38d74a7a427d.tar.zst dexon-solidity-c577e043a4d54ac740aab770a6af38d74a7a427d.zip |
Disallow structs in events without ABIEncoderV2
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 0ad1b863..26f7d5e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ ### 0.4.25 (unreleased) +Bugfixes: + * Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values. ### 0.4.24 (2018-05-16) |