aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index ee106047..851f39a0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,15 @@
### 0.4.5 (unreleased)
+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
+ * Code generator: generates a runtime error when an out-of-range value is converted into an enum type.
+
+Bugfixes:
+
+ * Parser: disallow empty enum definitions.
+ * Type checker: disallow conversion between different enum types.
+
### 0.4.4 (2016-10-31)
Bugfixes: