diff options
author | chriseth <c@ethdev.com> | 2017-01-11 17:25:48 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-13 00:52:50 +0800 |
commit | a32def5c42af6785ca83842fb583f9bf9d427fd4 (patch) | |
tree | 854906956e15b56a188b02c63e3ed0b1fa413e91 /Changelog.md | |
parent | d34b561f682336bef0258537f7fdf87b16f4a741 (diff) | |
download | dexon-solidity-a32def5c42af6785ca83842fb583f9bf9d427fd4.tar.gz dexon-solidity-a32def5c42af6785ca83842fb583f9bf9d427fd4.tar.zst dexon-solidity-a32def5c42af6785ca83842fb583f9bf9d427fd4.zip |
Changelog entry.
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 ``..``. |