From 779a01faa9b18a58a133a120d6aebe1df612cb00 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 6 Jan 2017 16:21:16 +0100 Subject: [PATCH] Changelog: document #1537 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index a82e8744d..0ac0cb2f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ 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 ``..``. ### 0.4.7 (2016-12-15)