diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-08-02 01:01:50 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-08-03 19:41:27 +0800 |
commit | 20c6cea7bb803a5217f6b96062c7bce150ba2b73 (patch) | |
tree | 4e1dcf9400c354b05aaffdc42daf4bfcd988c7fc /Changelog.md | |
parent | da6cefd475210a9bcae0aad80c03f3679ae00f56 (diff) | |
download | dexon-solidity-20c6cea7bb803a5217f6b96062c7bce150ba2b73.tar.gz dexon-solidity-20c6cea7bb803a5217f6b96062c7bce150ba2b73.tar.zst dexon-solidity-20c6cea7bb803a5217f6b96062c7bce150ba2b73.zip |
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 e5306dc0..4ad65ff2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -80,6 +80,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) |