diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-02 19:39:12 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-07-25 22:32:37 +0800 |
commit | e0dc74b895727525f261a9abe190872a58e8999e (patch) | |
tree | 67aa8cd1623c6afef8e24c04d8b220348313454b /Changelog.md | |
parent | 7ad42aeeafe9f6d47ef5890add06b51d005b32ca (diff) | |
download | dexon-solidity-e0dc74b895727525f261a9abe190872a58e8999e.tar.gz dexon-solidity-e0dc74b895727525f261a9abe190872a58e8999e.tar.zst dexon-solidity-e0dc74b895727525f261a9abe190872a58e8999e.zip |
Warn about shadowing variables.
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 36186462..8a475e4d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: * Type Checker: Include types in explicit conversion error message. * Type Checker: Raise proper error for arrays too large for ABI encoding. * Type checker: Warn if using ``this`` in a constructor. + * Type checker: Warn when existing symbols, including builtins, are overwritten. Bugfixes: * Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs. |