diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-03-06 22:51:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 22:51:17 +0800 |
commit | 83dacbf669f58ad40e3035837d4ea8a846c46949 (patch) | |
tree | f9f2f1fd434fbe1949bd6f9407ecd62bae47c8fe /Changelog.md | |
parent | 0df4c64884d1b8d3695dd59de5f828ba5298b313 (diff) | |
parent | 98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3 (diff) | |
download | dexon-solidity-83dacbf669f58ad40e3035837d4ea8a846c46949.tar.gz dexon-solidity-83dacbf669f58ad40e3035837d4ea8a846c46949.tar.zst dexon-solidity-83dacbf669f58ad40e3035837d4ea8a846c46949.zip |
Merge pull request #3549 from ethereum/fixmultidim
Properly detect which array and struct types are unsupported by the old ABI encoder.
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 bea9dd5b..dd8d6e49 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,7 @@ Bugfixes: * Standalone Assembly: Do not ignore input after closing brace of top level block. * Standard JSON: Catch errors properly when invalid "sources" are passed. * Standard JSON: Ensure that library addresses supplied are of correct length and hex prefixed. + * Type Checker: Properly detect which array and struct types are unsupported by the old ABI encoder. * Type Checker: Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly. * Commandline interface: throw error if option is unknown |