aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-01 00:42:46 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-02-01 18:28:00 +0800
commitb545987ec7916209f0a1dfe196d78b49cdf2ddae (patch)
treeb3a2872738768ae7fdbf4190b2587b206a21f936 /Changelog.md
parentcc1c461fc05255f0efc3a36f6c90336092c66aae (diff)
downloaddexon-solidity-b545987ec7916209f0a1dfe196d78b49cdf2ddae.tar.gz
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.md1
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.