diff options
author | chriseth <chris@ethereum.org> | 2018-03-06 02:28:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 02:28:41 +0800 |
commit | f190b274313131bbc939815a00d49dcd2c3de10d (patch) | |
tree | a85fed93ce1ab146f2235d87a0c1b03de432b65c /Changelog.md | |
parent | cd6ffbdf790e4d3e4da2e7f3fba5524a2b8c3e1d (diff) | |
parent | 477571e19015f1c7806526d58d0ddffd91fe5823 (diff) | |
download | dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.tar dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.tar.gz dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.tar.bz2 dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.tar.lz dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.tar.xz dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.tar.zst dexon-solidity-f190b274313131bbc939815a00d49dcd2c3de10d.zip |
Merge pull request #3600 from ethereum/version050IsAnalysisOnly
Do not warn about 0.5.0 experimental pragma.
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..04a45f7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: * Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature. * Support and recommend using ``emit EventName();`` to call events explicitly. * Syntax Analyser: Do not warn about experimental features if they do not concern code generation. + * Syntax Analyser: Do not warn about ``pragma experimental "v0.5.0"`` since it does not affect 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. * Type Checker: disallow combining hex numbers and unit denominations as experimental 0.5.0 feature. |