diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-21 15:26:48 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-04-21 15:26:48 +0800 |
commit | 3af701f4f06d09e45eb65ff4eb9a591bc7ca4a3a (patch) | |
tree | ab31d51f94baa8f79907bd8c4c04ed06959ec2d2 /CHANGELOG.md | |
parent | e513c1e9da47bc03a8d5296d69c019639469c42d (diff) | |
download | yuescript-3af701f4f06d09e45eb65ff4eb9a591bc7ca4a3a.tar.gz yuescript-3af701f4f06d09e45eb65ff4eb9a591bc7ca4a3a.tar.bz2 yuescript-3af701f4f06d09e45eb65ff4eb9a591bc7ca4a3a.zip |
allow implicit return block macro, fix compiled Lua codes searching issue.
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. |