diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-04 06:15:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 06:15:18 +0800 |
commit | 0695ffe51d5195dbedce37b26bbe395cfdaf3746 (patch) | |
tree | a07b20e4fd9f3c1de2fd3bf80148d210dd16545d /Changelog.md | |
parent | 104a9736b35495cf50bf1a895d61aed9a1ba830a (diff) | |
parent | 3ae326139a505bed877d5b9ac9b4b3ed84496c3d (diff) | |
download | dexon-solidity-0695ffe51d5195dbedce37b26bbe395cfdaf3746.tar.gz dexon-solidity-0695ffe51d5195dbedce37b26bbe395cfdaf3746.tar.zst dexon-solidity-0695ffe51d5195dbedce37b26bbe395cfdaf3746.zip |
Merge pull request #3635 from ethereum/constructor-modifier
Constructors are defined using the ``constructor`` keyword.
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 34c3b0e9..b9619c27 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Features: * Interfaces: Allow overriding external functions in interfaces with public in an implementing contract. * Optimizer: Optimize across ``mload`` if ``msize()`` is not used. * 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. Bugfixes: * Code Generator: Allow ``block.blockhash`` without being called. |