diff options
author | chriseth <chris@ethereum.org> | 2018-02-28 23:33:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 23:33:39 +0800 |
commit | 22d26e059c46274d572403a9528cd24e8d4de867 (patch) | |
tree | ef2e58c033f0ccc1e7c3976a7fe2b000e071741c /Changelog.md | |
parent | ac5485a25406ea5274e6c07290d21c3571a71a6e (diff) | |
parent | a566825589a2c0d41e2e136527b98737cffb5701 (diff) | |
download | dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.gz dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.bz2 dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.lz dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.xz dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.zst dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.zip |
Merge pull request #3613 from ethereum/require-visibility
Issue error if no visibility is specified (on 0.5.0)
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 db4f9786..4fbbc8e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: * 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 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. Bugfixes: * Assembly: Raise error on oversized number literals in assembly. |