diff options
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 ``..``. |