aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-16 17:05:05 +0800
committerGitHub <noreply@github.com>2018-04-16 17:05:05 +0800
commitd8030c9b2ad0965d7de2637982005da9f4b6b93a (patch)
treeba5b88844c5b598b1c59362b4bad302b747ce390 /Changelog.md
parent73ca3e8a1eaf929dac60ce0a154975fa46b2040e (diff)
parent05c5ab19fb67849d806d8de1b9c3a2982d37f721 (diff)
downloaddexon-solidity-d8030c9b2ad0965d7de2637982005da9f4b6b93a.tar.gz
dexon-solidity-d8030c9b2ad0965d7de2637982005da9f4b6b93a.tar.zst
dexon-solidity-d8030c9b2ad0965d7de2637982005da9f4b6b93a.zip
Merge pull request #3880 from ethereum/addressMemberDocAndWarn
Improve documentation and warning about accessing contract members in…
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 81c8b974..91048cd5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -18,6 +18,7 @@ Features:
* Syntax Checker: Issue warning for empty structs (or error as experimental 0.5.0 feature).
* Syntax Checker: Warn about modifiers on functions without implementation (this will turn into an error with version 0.5.0).
* Syntax Tests: Add source locations to syntax test expectations.
+ * Type Checker: Improve documentation and warnings for accessing contract members inherited from ``address``.
* General: Introduce new constructor syntax using the ``constructor`` keyword 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.