aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-20 04:24:26 +0800
committerGitHub <noreply@github.com>2017-07-20 04:24:26 +0800
commit1274108ac7f209247683c56d75cf7a1a56db7f60 (patch)
tree133a649aa1c2f25545aa81262bf6f72042bee403 /Changelog.md
parent84f8e7a46712f7da46ac15d378f0de0491278363 (diff)
parenta2a759f79288c95467baf965871891bc59864340 (diff)
downloaddexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.tar
dexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.tar.gz
dexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.tar.bz2
dexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.tar.lz
dexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.tar.xz
dexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.tar.zst
dexon-solidity-1274108ac7f209247683c56d75cf7a1a56db7f60.zip
Merge pull request #2605 from roadriverrail/this-in-constructor
This in constructor
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 91ec7d0e..36186462 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ Features:
* Type Checker: Disallow value transfers to contracts without a payable fallback function.
* Type Checker: Include types in explicit conversion error message.
* Type Checker: Raise proper error for arrays too large for ABI encoding.
+ * Type checker: Warn if using ``this`` in a constructor.
Bugfixes:
* Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs.