aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-11 23:20:13 +0800
committerGitHub <noreply@github.com>2017-01-11 23:20:13 +0800
commit643182865bc70d654512c45b90363c838e09bef6 (patch)
treec05a002e01125284d9b6781ee94cd70f1f4106b6 /Changelog.md
parent4f5da2ea147d0e658926676968a0015d44c26cf0 (diff)
downloaddexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar
dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.gz
dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.bz2
dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.lz
dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.xz
dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.tar.zst
dexon-solidity-643182865bc70d654512c45b90363c838e09bef6.zip
Changelog entry about assembly output
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
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 ``..``.