diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 7676b5be..af484517 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 ``..``. |