diff options
author | chriseth <chris@ethereum.org> | 2018-08-14 22:32:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 22:32:57 +0800 |
commit | ec7ccbdf866c108e96e3e9adeab60c3b00195f91 (patch) | |
tree | 662734c7fa23295a50487acf1e032d7996e4d32b /Changelog.md | |
parent | 029e217ed24c2d7584d9bbebb18920a77713afc6 (diff) | |
parent | 499ec8b024dbfb13e5a0635fbe5af68339057494 (diff) | |
download | dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.tar dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.tar.gz dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.tar.bz2 dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.tar.lz dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.tar.xz dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.tar.zst dexon-solidity-ec7ccbdf866c108e96e3e9adeab60c3b00195f91.zip |
Merge pull request #4782 from ethereum/encodePackedArrayOfStructs
Encode packed array of structs
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 732c0a7f..7cbdc764 100644 --- a/Changelog.md +++ b/Changelog.md @@ -98,6 +98,7 @@ Bugfixes: * References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter. * Type Checker: Default data location for type conversions (e.g. from literals) is memory and not storage. * 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. |