mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog: add a line about #1479
This commit is contained in:
parent
bd6e65a89c
commit
e254a59bd2
@ -6,6 +6,7 @@ Features:
|
|||||||
BugFixes:
|
BugFixes:
|
||||||
* Type checker, code generator: enable access to events of base contracts' names.
|
* 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 ``..``.
|
* 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)
|
### 0.4.7 (2016-12-15)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user