diff options
author | chriseth <chris@ethereum.org> | 2017-07-26 23:30:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 23:30:27 +0800 |
commit | 925569bfa32c6eb1c024e0d860f550119235cd81 (patch) | |
tree | a117d88a1d8ba89941e19b5caf4e1696365787d2 /Changelog.md | |
parent | 092c2815e5cb1cdc3ecd30325a67e55e92fe2f49 (diff) | |
parent | e0dc74b895727525f261a9abe190872a58e8999e (diff) | |
download | dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.tar dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.tar.gz dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.tar.bz2 dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.tar.lz dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.tar.xz dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.tar.zst dexon-solidity-925569bfa32c6eb1c024e0d860f550119235cd81.zip |
Merge pull request #1637 from ethereum/warn-shadowing-globals
Warn if shadowing built-ins
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. |