File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ sidebar_position: 13
44
55This page contains the changelogs from all [ releases of Pluto] ( https://github.com/PlutoLang/Pluto/releases ) .
66
7+ ## 0.10.3
8+ - Compile-Time Evaluation: ` io.contents ` and ` type ` are now also available
9+ - Compile-Time Evaluation: Table return type is now supported (for functions like ` url.parse ` )
10+ - Improved handling when a C++ exception is thrown during ffi.call
11+ - Fixed not inferring that a keyword should be disabled when used as a global variable
12+ - For Integrators: Added ` PLUTO_PARANOID_KEYWORD_DETECTION ` to make this more aggressive
13+ - Fixed infinite loop when switch control value contains ` or ` or ` and `
14+ - Fixed base32.decode not working correctly on some ARM systems
15+
716## 0.10.2
817- Added io.mkdir as an alias for io.makedir
918- Added io.mkdirs as an alias for io.makedirs
You can’t perform that action at this time.
0 commit comments