From 643182865bc70d654512c45b90363c838e09bef6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 11 Jan 2017 16:20:13 +0100 Subject: Changelog entry about assembly output --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 0ac0cb2f..8a005eed 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 ``..``. -- cgit