From 949166b7db8ff195ce6f1d8d1fa34c242d267af1 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 9 Aug 2023 10:17:57 +0800 Subject: update version and docs. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ae614..0cd6dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ The implementation for the original Moonscript language 0.5.0 can be found in the `0.5.0` branch of Yuescript. The Moonscript with fixes and new features is in the main branch of Yuescript. Here are the changelogs for each Yuescript version. +## v0.18.1 + +### Added Features + +* Implemented '...' for variable declaration within scope using anonymous functions. + ```moonscript + ok, ... = fn! + if ok + print select '#', ... + print select 1, ... + ``` +* Added close-variables support for Lua version targets below 5.4. + ## v0.17.10 ### Added Features -- cgit v1.2.3-55-g6feb