diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e581d05..7dd743b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -17,7 +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 | * Allow implicit returning block macro. |
21 | * Add support for macro system expanding to Lua codes directly. | 21 | * Add support for macro system expanding to Lua codes directly. |
22 | * Add goto statement support. | 22 | * Add goto statement support. |
23 | * Add variadic arguments declaration check. | 23 | * Add variadic arguments declaration check. |