diff options
author | chriseth <chris@ethereum.org> | 2017-09-15 00:44:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 00:44:03 +0800 |
commit | 934b0d2f0daf0a45fb686ec5073dbd288d27f769 (patch) | |
tree | 8f18501d9ecbc97af0fc86df0cb2dd7027144ad8 /Changelog.md | |
parent | 1c85ba10e13879f680579031234c911099433596 (diff) | |
parent | 67f96652f5701b581efcda8585ab5e765aa68344 (diff) | |
download | dexon-solidity-934b0d2f0daf0a45fb686ec5073dbd288d27f769.tar.gz dexon-solidity-934b0d2f0daf0a45fb686ec5073dbd288d27f769.tar.zst dexon-solidity-934b0d2f0daf0a45fb686ec5073dbd288d27f769.zip |
Merge pull request #2749 from ethereum/require-visibility
Warn if no visibility is specified on contract functions.
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 d0d4d8df..cbecb3cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Features: * Support ``pragma experimental v0.5.0;`` to turn on upcoming breaking changes. * Code Generator: Added ``.selector`` member on external function types to retrieve their signature. * Optimizer: Add new optimization step to remove unused ``JUMPDEST``s. + * Syntax Checker: Warn if no visibility is specified on contract functions. * Type Checker: Display helpful warning for unused function arguments/return parameters. * Type Checker: Do not show the same error multiple times for events. * Type Checker: Greatly reduce the number of duplicate errors shown for duplicate constructors and functions. |