diff options
author | chriseth <c@ethdev.com> | 2016-11-23 21:53:59 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-11-25 23:10:24 +0800 |
commit | 8a78b1951600a936fadae6ea1644a49e491366f0 (patch) | |
tree | 62f4cabb251cd1dfd52b42fbb97dd7f044ee2f44 /Changelog.md | |
parent | 612c1726d9b0dd1cb5bccd9b93ace69f6516f9ea (diff) | |
download | dexon-solidity-8a78b1951600a936fadae6ea1644a49e491366f0.tar.gz dexon-solidity-8a78b1951600a936fadae6ea1644a49e491366f0.tar.zst dexon-solidity-8a78b1951600a936fadae6ea1644a49e491366f0.zip |
Changelog.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 0b10cd0c..b5e48173 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### 0.4.7 (unreleased) +Features: + * Optimizer: Some dead code elimination. + Bugfixes: * Type checker: string literals that are not valid UTF-8 cannot be converted to string type |