diff options
author | chriseth <chris@ethereum.org> | 2017-01-11 23:20:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 23:20:13 +0800 |
commit | 643182865bc70d654512c45b90363c838e09bef6 (patch) | |
tree | c05a002e01125284d9b6781ee94cd70f1f4106b6 | |
parent | 4f5da2ea147d0e658926676968a0015d44c26cf0 (diff) | |
download | dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.gz dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.zst dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.zip |
Changelog entry about assembly output
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 ``..``. |