aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-01-12 01:00:19 +0800
committerGitHub <noreply@github.com>2017-01-12 01:00:19 +0800
commitfa157883f528898cee56762f00c15decd3244722 (patch)
treec05a002e01125284d9b6781ee94cd70f1f4106b6
parent4f5da2ea147d0e658926676968a0015d44c26cf0 (diff)
parent643182865bc70d654512c45b90363c838e09bef6 (diff)
downloaddexon-solidity-fa157883f528898cee56762f00c15decd3244722.tar.gz
dexon-solidity-fa157883f528898cee56762f00c15decd3244722.tar.zst
dexon-solidity-fa157883f528898cee56762f00c15decd3244722.zip
Merge pull request #1555 from ethereum/chriseth-patch-1
Changelog entry about assembly output
-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 ``..``.