Skip to content

Commit 13817df

Browse files
committed
Fixed error in 0.30.0 changelog
1 parent d830d35 commit 13817df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.30.0
44

5-
- **Breaking:** We dropped support for `var` variables. If you still have any `var` variable declarations, they will not break compilation, but they will behave as if they were declared using `let`.
5+
- **Breaking:** We dropped support for `var` variables. If you still have any `var` variable declarations, please use `let` or `const` instead.
66
- **Breaking:** We now depend on Node.js >= 12.13.0
77
- Added support for string `trimLeft`, `trimRight`, `trimStart` and `trimEnd`.
88
- Added support for `console.error`, `console.warn` and `console.info` , they will all be transpiled to Lua's `print`.

0 commit comments

Comments
 (0)