File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ sidebar_position: 13
44
55This page contains the changelogs from all [ releases of Pluto] ( https://github.com/PlutoLang/Pluto/releases ) .
66
7+ ## 0.12.1
8+ Compiler:
9+ - Fixed pipe operator method call when used on result of call
10+ - Fixed function type hint parameter list erroring at the 4th type
11+ - Fixed function type hint parameter list not allowing trailing commas
12+
13+ Runtime:
14+ - Fixed sometimes not erroring on missing arguments to bigint functions
15+ - Fixed bigint comparisons for all-negative operands and between positive zero and negative zero
16+ - Fixed bigint.gcd for zero and negative operands
17+ - Fixed json.encode rarely misidentifying array-ish tables as object-ish
18+ - Fixed stack corruption when 'in' expression has to run Lua for comparisons
19+
720## 0.12.0
821- Added postfix ++ operator
922- Added \*\* as an integer exponentiation operator (this previously was a deprecated alias for ^)
You can’t perform that action at this time.
0 commit comments