diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-21 15:27:42 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-04-21 15:27:42 +0800 |
commit | ade971c9b5f5d367de72ab8e65e9c651ce87cc9a (patch) | |
tree | 42d4188f8e50cb2bc0ff9a58b127296efb666b06 /CHANGELOG.md | |
parent | 3af701f4f06d09e45eb65ff4eb9a591bc7ca4a3a (diff) | |
download | yuescript-ade971c9b5f5d367de72ab8e65e9c651ce87cc9a.tar.gz yuescript-ade971c9b5f5d367de72ab8e65e9c651ce87cc9a.tar.bz2 yuescript-ade971c9b5f5d367de72ab8e65e9c651ce87cc9a.zip |
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-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. |