aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-10-19 22:39:16 +0800
committerchriseth <c@ethdev.com>2016-11-16 21:37:18 +0800
commit62492b67e783dd19c67850e2b8ae107aeeb83217 (patch)
treeb683d9145c39005201132e8fc631ef056ea3ba04 /Changelog.md
parent6172590b870832d7aa132209afb890125f301c15 (diff)
downloaddexon-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.md1
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