Changelog: add a line about #1479

This commit is contained in:
Yoichi Hirai 2017-01-09 18:32:02 +01:00
parent bd6e65a89c
commit e254a59bd2
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -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)