Merge pull request #1555 from ethereum/chriseth-patch-1

Changelog entry about assembly output
This commit is contained in:
Yoichi Hirai
2017-01-11 18:00:19 +01:00
committed by GitHub
+3
View File
@@ -1,5 +1,8 @@
### 0.4.8 (unreleased)
Features:
* Output: Print assembly in new standardized Solidity assembly format.
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 ``..``.