Skip to content

Commit 19158c3

Browse files
committed
Add changelog for 0.10.3
1 parent c5e04a6 commit 19158c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.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

0 commit comments

Comments
 (0)