diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-20 21:54:41 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-05 22:50:27 +0800 |
commit | fd60c1cf86e69931fda47bdd187f444550ca785f (patch) | |
tree | 793510c7aab2330b34940dab009403f897ab1413 /Changelog.md | |
parent | cd6ffbdf790e4d3e4da2e7f3fba5524a2b8c3e1d (diff) | |
download | dexon-solidity-fd60c1cf86e69931fda47bdd187f444550ca785f.tar.gz dexon-solidity-fd60c1cf86e69931fda47bdd187f444550ca785f.tar.zst dexon-solidity-fd60c1cf86e69931fda47bdd187f444550ca785f.zip |
Warn if using address overloads on contracts
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 3c875a8f..67634ea0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: * Syntax Analyser: Do not warn about experimental features if they do not concern code generation. * Syntax Checker: Mark ``throw`` as an error as experimental 0.5.0 feature. * Syntax Checker: Issue error if no visibility is specified on contract functions as experimental 0.5.0 feature. + * Syntax Checker: Issue warning when using overloads of ``address`` on contract instances. * Type Checker: disallow combining hex numbers and unit denominations as experimental 0.5.0 feature. Bugfixes: |