Skip to content

Commit

Permalink
0.12.1~4
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Sep 1, 2024
1 parent 52731ba commit d40e664
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions translations/en/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit d40e664

Please sign in to comment.