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 7de35a9 commit 940ffb3Copy full SHA for 940ffb3
docs/Changelog.md
@@ -4,6 +4,11 @@ sidebar_position: 13
4
5
This page contains the changelogs from all [releases of Pluto](https://github.com/PlutoLang/Pluto/releases).
6
7
+## 0.11.3
8
+Fixed some regressions from 0.11.2:
9
+- io.isfile and io.isdir erroring on non-existent paths
10
+- io.copy erroring when the destination doesn't exist
11
+
12
## 0.11.2
13
Compiler:
14
- Fixed `extends` not inheriting `__index`, `__mindex`, `__newindex`
0 commit comments