diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-15 20:22:50 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-14 22:58:04 +0800 |
commit | 5b5367dc1237634886a8ccf1029d95b83a0d8e63 (patch) | |
tree | 517f18eb028060f64efd424a8b0560e07e14f3c6 /Changelog.md | |
parent | 1c85ba10e13879f680579031234c911099433596 (diff) | |
download | dexon-solidity-5b5367dc1237634886a8ccf1029d95b83a0d8e63.tar.gz dexon-solidity-5b5367dc1237634886a8ccf1029d95b83a0d8e63.tar.zst dexon-solidity-5b5367dc1237634886a8ccf1029d95b83a0d8e63.zip |
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. |