Changelog entry about assembly output

This commit is contained in:
chriseth 2017-01-11 16:20:13 +01:00 committed by GitHub
parent 4f5da2ea14
commit 643182865b

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 ``..``.