Changelog entry.

This commit is contained in:
chriseth 2017-01-11 10:25:48 +01:00
parent d34b561f68
commit a32def5c42

View File

@ -1,9 +1,10 @@
### 0.4.8 (unreleased)
Features:
* Optimiser: Performance improments.
* Output: Print assembly in new standardized Solidity assembly format.
BugFixes:
Bugfixes:
* Remappings: Prefer longer context over longer prefix.
* 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 ``..``.