Skip to content

Commit 544c3fc

Browse files
Add changelog for 0.9.5
1 parent 8193b7e commit 544c3fc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/Changelog.md

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

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

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+
718
## 0.9.4
819
- Improved field-shadow warning to say which field is shadowed
920
- Improved handing of `parent` keyword

0 commit comments

Comments
 (0)