From e96c32a072160428a93720a21c51cd8670d5e664 Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Wed, 11 Jan 2017 09:32:07 -0600 Subject: changelog entry Signed-off-by: VoR0220 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 0ac0cb2f..c06313ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ### 0.4.8 (unreleased) BugFixes: + * Remappings: a=b would overwrite c:a=d. This has now been fixed to all modules except + c using b as their target, with c using d as the target. * 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 ``..``. -- cgit v1.2.3 From 4585bfdce7716cd4837f71b565bb9a6dff8c2d7e Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Wed, 11 Jan 2017 10:56:35 -0600 Subject: cleanup Signed-off-by: VoR0220 fixup Signed-off-by: VoR0220 --- Changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index c06313ba..52f86d40 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,7 @@ ### 0.4.8 (unreleased) BugFixes: - * Remappings: a=b would overwrite c:a=d. This has now been fixed to all modules except - c using b as their target, with c using d as the target. + * Remappings: Prefer longer context over longer prefix. * 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 ``..``. -- cgit v1.2.3