diff options
author | chriseth <chris@ethereum.org> | 2018-08-06 17:44:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 17:44:05 +0800 |
commit | 3576980710e019165db272afb4fc5e80f8bd5bff (patch) | |
tree | 00c5362dfc08cca1b11ce7073030e5c3cfcffdb4 /Changelog.md | |
parent | 30f981fc2ca00765bdf6be55f1b634937847ab92 (diff) | |
parent | 20c6cea7bb803a5217f6b96062c7bce150ba2b73 (diff) | |
download | dexon-solidity-3576980710e019165db272afb4fc5e80f8bd5bff.tar.gz dexon-solidity-3576980710e019165db272afb4fc5e80f8bd5bff.tar.zst dexon-solidity-3576980710e019165db272afb4fc5e80f8bd5bff.zip |
Merge pull request #4644 from ethereum/event_struct_error
Disallow structs in events without ABIEncoderV2
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 89841cf0..856ea1ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -81,6 +81,7 @@ Bugfixes: * References Resolver: Enforce ``storage`` as data location for mappings. * References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter. * Type Checker: Consider fixed size arrays when checking for recursive structs. + * Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. ### 0.4.24 (2018-05-16) |