diff options
author | chriseth <chris@ethereum.org> | 2018-08-10 03:16:46 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-08-10 03:16:51 +0800 |
commit | 499ec8b024dbfb13e5a0635fbe5af68339057494 (patch) | |
tree | 8583af2ee50a73c368c99a91c7e3ac8839ab32e7 | |
parent | a38352569b1112a3f252f18868ead0946c034386 (diff) | |
download | dexon-solidity-499ec8b024dbfb13e5a0635fbe5af68339057494.tar.gz dexon-solidity-499ec8b024dbfb13e5a0635fbe5af68339057494.tar.zst dexon-solidity-499ec8b024dbfb13e5a0635fbe5af68339057494.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b2f9bf05..bb76b3d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -91,6 +91,7 @@ Bugfixes: * References Resolver: Properly handle invalid references used together with ``_slot`` and ``_offset``. * References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter. * Type Checker: Disallow assignments to mappings within tuple assignments as well. + * Type Checker: Disallow packed encoding of arrays of structs. * Type Checker: Allow assignments to local variables of mapping types. * Type Checker: Consider fixed size arrays when checking for recursive structs. * Type Checker: Fix crashes in erroneous tuple assignments in which the type of the right hand side cannot be determined. |