File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ sidebar_position: 12
44
55This page contains the changelogs from all [ releases of Pluto] ( https://github.com/PlutoLang/Pluto/releases ) .
66
7+ ## 0.10.1
8+ - Compatibility: Fixed not inferring that a keyword should be disabled from parameter
9+ - Universal Block Opener: Fixed ` do ` not being accepted instead of ` then ` for ` catch ` and ` $if `
10+ - FFI library: Improved cdef parsing and error reporting
11+ - Crypto library: Fixed returning incorrect hex digest for MD5 in some cases
12+ - Socket library: Fixed an issue where the remote closing a connection too soon could cause recv/peek to never see some data that was sent
13+
714## 0.10.0
815- Added chained comparisons (e.g. ` 1 <= i <= #t ` )
916- Added private methods to classes
You can’t perform that action at this time.
0 commit comments