diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 510ca9a..e581d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,7 +4,7 @@ The implementation for original Moonscript language 0.5.0 can be found in the `0 | |||
4 | 4 | ||
5 | 5 | ||
6 | 6 | ||
7 | ## v0.3.8 | 7 | ## v0.3.9 |
8 | 8 | ||
9 | ### Fixed Issues | 9 | ### Fixed Issues |
10 | 10 | ||
@@ -17,6 +17,7 @@ The implementation for original Moonscript language 0.5.0 can be found in the `0 | |||
17 | 17 | ||
18 | ### Added Features | 18 | ### Added Features |
19 | 19 | ||
20 | * Allow implicit return block macro. | ||
20 | * Add support for macro system expanding to Lua codes directly. | 21 | * Add support for macro system expanding to Lua codes directly. |
21 | * Add goto statement support. | 22 | * Add goto statement support. |
22 | * Add variadic arguments declaration check. | 23 | * Add variadic arguments declaration check. |