Changelog: add a point about #1293

This commit is contained in:
Yoichi Hirai 2016-11-09 11:58:48 +01:00
parent 6c15757618
commit 41170d5507
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -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)