mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
changelog entry
Signed-off-by: VoR0220 <rj@erisindustries.com>
This commit is contained in:
parent
e02270bbb4
commit
e96c32a072
@ -1,6 +1,8 @@
|
|||||||
### 0.4.8 (unreleased)
|
### 0.4.8 (unreleased)
|
||||||
|
|
||||||
BugFixes:
|
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.
|
* 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 ``..``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user