aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-26 23:30:27 +0800
committerGitHub <noreply@github.com>2017-07-26 23:30:27 +0800
commit925569bfa32c6eb1c024e0d860f550119235cd81 (patch)
treea117d88a1d8ba89941e19b5caf4e1696365787d2 /Changelog.md
parent092c2815e5cb1cdc3ecd30325a67e55e92fe2f49 (diff)
parente0dc74b895727525f261a9abe190872a58e8999e (diff)
downloaddexon-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.md1
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.