changelog entry

Signed-off-by: VoR0220 <rj@erisindustries.com>
This commit is contained in:
VoR0220 2017-01-11 09:32:07 -06:00
parent e02270bbb4
commit e96c32a072
No known key found for this signature in database
GPG Key ID: D4AB109D9B5D6386

View File

@ -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 ``..``.