Skip to content

Commit e6d24d4

Browse files
committed
Add changelog for 0.10.2
1 parent 885ac4c commit e6d24d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ sidebar_position: 13
44

55
This page contains the changelogs from all [releases of Pluto](https://github.com/PlutoLang/Pluto/releases).
66

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+
713
## 0.10.1
814
- Compatibility: Fixed not inferring that a keyword should be disabled from parameter
915
- Universal Block Opener: Fixed `do` not being accepted instead of `then` for `catch` and `$if`

0 commit comments

Comments
 (0)