aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-05 03:38:45 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-05 03:38:45 +0800
commitbb0eb57c2f2eadb4cc4a88cd347b70fec7813887 (patch)
tree6dabbedb630a0bfcd9022e233a5f083955a5bef0 /Changelog.md
parenta372941a442fe1029d212ebf7b097bdea7534fad (diff)
downloaddexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar
dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.gz
dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.bz2
dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.lz
dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.xz
dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.tar.zst
dexon-solidity-bb0eb57c2f2eadb4cc4a88cd347b70fec7813887.zip
Constructors must be implemented if declared.
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 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``.