diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-05 03:38:45 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-05 03:38:45 +0800 |
commit | bb0eb57c2f2eadb4cc4a88cd347b70fec7813887 (patch) | |
tree | 6dabbedb630a0bfcd9022e233a5f083955a5bef0 /Changelog.md | |
parent | a372941a442fe1029d212ebf7b097bdea7534fad (diff) | |
download | dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.gz dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.zst dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.zip |
Constructors must be implemented if declared.
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 f7eb8070..8590f7b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: Bugfixes: * Code Generator: ``.delegatecall()`` should always return execution outcome. * Code Generator: Provide "new account gas" for low-level ``callcode`` and ``delegatecall``. + * Type Checker: Constructors must be implemented if declared. * Type Checker: Do not mark overloaded functions as shadowing other functions. * Type Checker: Disallow the ``.gas()`` modifier on ``ecrecover``, ``sha256`` and ``ripemd160``. |