diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-01 00:42:46 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-01 18:28:00 +0800 |
commit | b545987ec7916209f0a1dfe196d78b49cdf2ddae (patch) | |
tree | b3a2872738768ae7fdbf4190b2587b206a21f936 /Changelog.md | |
parent | cc1c461fc05255f0efc3a36f6c90336092c66aae (diff) | |
download | dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar.gz dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar.bz2 dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar.lz dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar.xz dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar.zst dexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.zip |
Issue warning for using public visibility for interface 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 4909aca3..3a1a23dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Features: * Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Julia mode. * SMT Checker: If-else branch conditions are taken into account in the SMT encoding of the program variables. + * Type Checker: Issue warning for using ``public`` visibility for interface functions. Bugfixes: * Parser: Disallow event declarations with no parameter list. |