aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-11-09 18:58:48 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-11-11 22:52:15 +0800
commit41170d55075fc056a688dc8fb29021e23b645cc0 (patch)
tree174bed458bfe9d1e1dd9e4a7a45387cbcf5d262d /Changelog.md
parent6c15757618924a0da4491a243740c7bf0f70f60f (diff)
downloaddexon-solidity-41170d55075fc056a688dc8fb29021e23b645cc0.tar.gz
dexon-solidity-41170d55075fc056a688dc8fb29021e23b645cc0.tar.zst
dexon-solidity-41170d55075fc056a688dc8fb29021e23b645cc0.zip
Changelog: add a point about #1293
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 1ae2f57e..d76303ab 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* Do-while loops: support for a C-style do{<block>}while(<expr>); control structure
+ * Type checker: now more eagerly searches for a common type of an inline array with mixed types
### 0.4.4 (2016-10-31)