diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-04-10 17:22:26 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-04-10 18:09:34 +0800 |
commit | 3eedbc6a9c60888dd967d6673a34511947da4aa1 (patch) | |
tree | 0a6e356f44df3763acb57327b34ae621f80cf068 /Changelog.md | |
parent | b52614116e9c72d840b375b0bbb1c56a63df3680 (diff) | |
download | dexon-solidity-3eedbc6a9c60888dd967d6673a34511947da4aa1.tar.gz dexon-solidity-3eedbc6a9c60888dd967d6673a34511947da4aa1.tar.zst dexon-solidity-3eedbc6a9c60888dd967d6673a34511947da4aa1.zip |
Error when using no parentheses in modifier-style constructor calls.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 3b8cba1d..eb35652f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,7 +12,8 @@ Features: * 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). * General: Introduce new constructor syntax using the ``constructor`` keyword as experimental 0.5.0 feature. - * Inheritance: Error when using empty parenthesis for base class constructors that require arguments 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. + * Inheritance: Error when using no parentheses in modifier-style constructor calls as experimental 0.5.0 feature. Bugfixes: * Code Generator: Allow ``block.blockhash`` without being called. |