File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ sidebar_position: 12
4
4
5
5
This page contains the changelogs from all [ releases of Pluto] ( https://github.com/PlutoLang/Pluto/releases ) .
6
6
7
+ ## 0.9.5
8
+ - Fixed io.contents not returning an empty string for empty files on Windows
9
+ - Fixed table.clear not resetting cached length
10
+ - Fixed http.request allowing header values to contain CR and LF (CVE-2024 -45597)
11
+ - Fixed strings implicitly concatenating with each other
12
+ - Fixed incorrect formatting with some instances of VM dumping
13
+ - PHP build scripts now pass on additional arguments to the compiler
14
+
15
+ From Lua:
16
+ - Fixed wrong code gen for indices with comparisons
17
+
7
18
## 0.9.4
8
19
- Improved field-shadow warning to say which field is shadowed
9
20
- Improved handing of ` parent ` keyword
You can’t perform that action at this time.
0 commit comments