aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-16 19:39:30 +0800
committerchriseth <chris@ethereum.org>2018-04-12 04:00:21 +0800
commit2ad1acaf721072d27783d586048d6377be6c3f99 (patch)
tree6b3454a46ff67e2c68e424b4d437fd96cb1c7a02 /Changelog.md
parentd64e93332704ade6cc2078c0c37956e1c9e8af9e (diff)
downloaddexon-solidity-2ad1acaf721072d27783d586048d6377be6c3f99.tar.gz
dexon-solidity-2ad1acaf721072d27783d586048d6377be6c3f99.tar.zst
dexon-solidity-2ad1acaf721072d27783d586048d6377be6c3f99.zip
Warn if modifiers are applied to functions without implementation.
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 db080b05..e2174cfd 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,6 +14,7 @@ Features:
* Optimizer: Optimize across ``mload`` if ``msize()`` is not used.
* Static Analyzer: Error on duplicated super constructor calls as experimental 0.5.0 feature.
* Syntax Checker: Issue warning for empty structs (or error as experimental 0.5.0 feature).
+ * Syntax Checker: Warn about modifiers on functions without implementation (this will turn into an error with version 0.5.0).
* Syntax Tests: Add source locations to syntax test expectations.
* General: Introduce new constructor syntax using the ``constructor`` keyword as experimental 0.5.0 feature.
* Inheritance: Error when using empty parentheses for base class constructors that require arguments as experimental 0.5.0 feature.