From d40e6649086ceda2beea721ab75f2b424cbd5ed0 Mon Sep 17 00:00:00 2001 From: FineArchs <133759614+FineArchs@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:02:22 +0900 Subject: [PATCH] 0.12.1~4 --- translations/en/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/translations/en/CHANGELOG.md b/translations/en/CHANGELOG.md index ac62b63e..3a3a37bc 100644 --- a/translations/en/CHANGELOG.md +++ b/translations/en/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.12.4 +- block comment `/* ... */` +- Math:Infinity + +# 0.12.3 +- Fix: `break`/`return` does not work in `each` statement +- IndexOutOfRangeError now occurs when accessing outside boundaries of arrays + +# 0.12.2 +- Logical Not operator `!` +- Adjustment of interpreter processing speed + +# 0.12.1 +- Single quotes are now available for string literal +- Fix: `return` does not work in for/loop statement +- Runtime now constantly pauses a few milliseconds to prevent infinite loops from causing runtime freezes + # 0.12.0 ## Breaking changes - `#` for variable definition → `let`