mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update changelog
This commit is contained in:
parent
610156fb92
commit
43dbf01e73
@ -12,6 +12,9 @@ Bugfixes:
|
|||||||
* 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
|
* Type checker, disallow inheritances of different kinds (e.g. a function and a modifier) of members of the same name
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* Contracts and libraries are now unique to their source files, rather than globally.
|
||||||
|
|
||||||
### 0.4.7 (2016-12-15)
|
### 0.4.7 (2016-12-15)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
Loading…
Reference in New Issue
Block a user