diff options
author | chriseth <chris@ethereum.org> | 2018-02-16 18:04:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-20 20:06:45 +0800 |
commit | 58bbb04276f27d3ecfa96dda54fbad80f8bbdbea (patch) | |
tree | fc43837724bdd5f2c1e66e15353a446b2f806088 /Changelog.md | |
parent | 4272d16f30e78d252e96b80f1202a61a06518a9f (diff) | |
download | dexon-solidity-58bbb04276f27d3ecfa96dda54fbad80f8bbdbea.tar.gz dexon-solidity-58bbb04276f27d3ecfa96dda54fbad80f8bbdbea.tar.zst dexon-solidity-58bbb04276f27d3ecfa96dda54fbad80f8bbdbea.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 d6b83d6e..4e6e1b92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Features: Bugfixes: * JSON-AST: Add "documentation" property to function, event and modifier definition. + * Resolver: Properly determine shadowing for imports with aliases. * Standard JSON: catch errors properly when invalid "sources" are passed * Type Checker: Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly. |