From e254a59bd29b7bf226197eaa836fc163be16ef09 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Mon, 9 Jan 2017 18:32:02 +0100 Subject: [PATCH] Changelog: add a line about #1479 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 8a005eed2..81f08c9fb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: BugFixes: * Type checker, code generator: enable access to events of base contracts' names. * Imports: ``import ".dir/a"`` is not a relative path. Relative paths begin with directory ``.`` or ``..``. + * Type checker, disallow inheritances of different kinds (e.g. a function and a modifier) of members of the same name ### 0.4.7 (2016-12-15)