diff options
author | chriseth <chris@ethereum.org> | 2018-02-20 01:45:42 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-01 21:29:00 +0800 |
commit | 98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3 (patch) | |
tree | dda3f2e59bfad2650786fa42fa2600369421feac /Changelog.md | |
parent | 08b6a72d37f4e4149575bfc695d76c61b666a8a9 (diff) | |
download | dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.gz dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.zst dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.zip |
Changelog entry.
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 4262f839..ebdb2e4e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,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 |