diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-04-26 16:11:54 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-04-26 16:11:54 +0800 |
| commit | 5eac89411f056e4e6ad56c9a41944a341780d68b (patch) | |
| tree | eead2383840361303fc6c6bffafc856989cddc20 | |
| parent | 502af415a7d72bd8229613056e5c5e1dd8ce518d (diff) | |
| download | yuescript-5eac89411f056e4e6ad56c9a41944a341780d68b.tar.gz yuescript-5eac89411f056e4e6ad56c9a41944a341780d68b.tar.bz2 yuescript-5eac89411f056e4e6ad56c9a41944a341780d68b.zip | |
Update CHANGELOG.md.
Diffstat (limited to '')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd743b..cf545f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -4,10 +4,11 @@ The implementation for original Moonscript language 0.5.0 can be found in the `0 | |||
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | ## v0.3.9 | 7 | ## v0.3.11 |
| 8 | 8 | ||
| 9 | ### Fixed Issues | 9 | ### Fixed Issues |
| 10 | 10 | ||
| 11 | * Fix errors when explicitly declaring global or local variable initialized with table block. | ||
| 11 | * Fix macro type mismatch issue. | 12 | * Fix macro type mismatch issue. |
| 12 | * Fix line break issue in macro, disable macro declaration outside the root scope. | 13 | * Fix line break issue in macro, disable macro declaration outside the root scope. |
| 13 | * Fix existential operator issue when used in operator-value list. | 14 | * Fix existential operator issue when used in operator-value list. |
| @@ -17,7 +18,9 @@ The implementation for original Moonscript language 0.5.0 can be found in the `0 | |||
| 17 | 18 | ||
| 18 | ### Added Features | 19 | ### Added Features |
| 19 | 20 | ||
| 20 | * Allow implicit returning block macro. | 21 | * Add existential operator support for `with` statement. |
| 22 | * Add repeat until statement support. | ||
| 23 | * Allow implicitly returning block macro. | ||
| 21 | * Add support for macro system expanding to Lua codes directly. | 24 | * Add support for macro system expanding to Lua codes directly. |
| 22 | * Add goto statement support. | 25 | * Add goto statement support. |
| 23 | * Add variadic arguments declaration check. | 26 | * Add variadic arguments declaration check. |
