We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885ac4c commit e6d24d4Copy full SHA for e6d24d4
docs/Changelog.md
@@ -4,6 +4,12 @@ sidebar_position: 13
4
5
This page contains the changelogs from all [releases of Pluto](https://github.com/PlutoLang/Pluto/releases).
6
7
+## 0.10.2
8
+- Added io.mkdir as an alias for io.makedir
9
+- Added io.mkdirs as an alias for io.makedirs
10
+- Fixed class preparsing issues with 'switch' & 'do' statements
11
+- Fixed not being able to use reserved identifiers with colon call syntax
12
+
13
## 0.10.1
14
- Compatibility: Fixed not inferring that a keyword should be disabled from parameter
15
- Universal Block Opener: Fixed `do` not being accepted instead of `then` for `catch` and `$if`
0 commit comments