From 5eac89411f056e4e6ad56c9a41944a341780d68b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 26 Apr 2020 16:11:54 +0800 Subject: Update CHANGELOG.md. --- CHANGELOG.md | 7 +++++-- 1 file 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 -## v0.3.9 +## v0.3.11 ### Fixed Issues +* Fix errors when explicitly declaring global or local variable initialized with table block. * Fix macro type mismatch issue. * Fix line break issue in macro, disable macro declaration outside the root scope. * 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 ### Added Features -* Allow implicit returning block macro. +* Add existential operator support for `with` statement. +* Add repeat until statement support. +* Allow implicitly returning block macro. * Add support for macro system expanding to Lua codes directly. * Add goto statement support. * Add variadic arguments declaration check. -- cgit v1.2.3-55-g6feb