diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-07 19:55:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 19:55:40 +0800 |
commit | 8b2d630275fb29d2915af76f608be4d4e422907f (patch) | |
tree | c45a9efcec1e7a769a1a38b9eac8c8a1525fac83 /Changelog.md | |
parent | 261fedd3b04fc67e4359002631d8f6b46032b85f (diff) | |
parent | 296ba24f7f14811c5a5482457391d4f1afa49a87 (diff) | |
download | dexon-solidity-8b2d630275fb29d2915af76f608be4d4e422907f.tar.gz dexon-solidity-8b2d630275fb29d2915af76f608be4d4e422907f.tar.zst dexon-solidity-8b2d630275fb29d2915af76f608be4d4e422907f.zip |
Merge pull request #4724 from ethereum/slot-in-assembly
Do not crash on using _slot and _offset suffixes on their own
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 b82c3f00..e00f74b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -81,6 +81,7 @@ Bugfixes: * Code Generator: Fix allocation of byte arrays (zeroed out too much memory). * Commandline Interface: Correctly handle paths with backslashes on windows. * Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions. + * References Resolver: Do not crash on using ``_slot`` and ``_offset`` suffixes on their own. * References Resolver: Enforce ``storage`` as data location for mappings. * 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. |