diff options
author | chriseth <c@ethdev.com> | 2016-10-19 22:39:16 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-11-16 21:37:18 +0800 |
commit | 62492b67e783dd19c67850e2b8ae107aeeb83217 (patch) | |
tree | b683d9145c39005201132e8fc631ef056ea3ba04 /Changelog.md | |
parent | 6172590b870832d7aa132209afb890125f301c15 (diff) | |
download | dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.tar dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.tar.gz dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.tar.bz2 dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.tar.lz dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.tar.xz dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.tar.zst dexon-solidity-62492b67e783dd19c67850e2b8ae107aeeb83217.zip |
Changelog entry and small fixes.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index a392ec01..ce3343d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.4.5 (unreleased) Features: + * Function types * Do-while loops: support for a C-style do{<block>}while(<expr>); control structure * Inline assembly: support ``invalidJumpLabel`` as a jump label. * Type checker: now more eagerly searches for a common type of an inline array with mixed types |