aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-04-13 23:28:08 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-04-14 00:26:24 +0800
commit05c5ab19fb67849d806d8de1b9c3a2982d37f721 (patch)
treeb6be93fd681d43120f2593754f88da7e2cf7dbc8 /Changelog.md
parent2001cc6bdca87d715380b15f11c797666528e040 (diff)
downloaddexon-solidity-05c5ab19fb67849d806d8de1b9c3a2982d37f721.tar.gz
dexon-solidity-05c5ab19fb67849d806d8de1b9c3a2982d37f721.tar.zst
dexon-solidity-05c5ab19fb67849d806d8de1b9c3a2982d37f721.zip
Improve documentation and warning about accessing contract members inherited from address.
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 80f02a2d..201450c7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -17,6 +17,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.