diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-08-15 18:30:29 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-08-15 23:11:18 +0800 |
commit | b6c839e817a35d51f44847558b8f1f4cf0ec1737 (patch) | |
tree | 36619b7e903dc51d40acb5a4ccdcaeec90fb7c5f /Changelog.md | |
parent | 2ed793c4d345de909332651145265a21a04e92d1 (diff) | |
download | dexon-solidity-b6c839e817a35d51f44847558b8f1f4cf0ec1737.tar.gz dexon-solidity-b6c839e817a35d51f44847558b8f1f4cf0ec1737.tar.zst dexon-solidity-b6c839e817a35d51f44847558b8f1f4cf0ec1737.zip |
Disallow indexed reference types in events when using 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 177a071b..5fcf134b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -108,6 +108,7 @@ Bugfixes: * Type Checker: Fix crashes in erroneous tuple assignments in which the type of the right hand side cannot be determined. * Type Checker: Fix freeze for negative fixed-point literals very close to ``0``, such as ``-1e-100``. * Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values. + * Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. ### 0.4.24 (2018-05-16) |