File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ sidebar_position: 13
4
4
5
5
This page contains the changelogs from all [ releases of Pluto] ( https://github.com/PlutoLang/Pluto/releases ) .
6
6
7
+ ## 0.11.2
8
+ Compiler:
9
+ - Fixed ` extends ` not inheriting ` __index ` , ` __mindex ` , ` __newindex `
10
+ - Fixed lexer looping infinitely on a self-referencing alias
11
+
12
+ Runtime:
13
+ - Fixed ` in ` for substring checking not being binary safe
14
+ - Fixed table.slice crashing when producing a big slice
15
+ - Fixed ` exportvar ` 's handling of non-finite numbers
16
+ - Fixed bigint addition when operands are a mix of positive and negative
17
+ - Fixed memory leaks under some rare conditions
18
+
19
+ You can view the full commit log [ here] ( https://github.com/PlutoLang/Pluto/compare/0.11.1...0.11.2 ) .
20
+
7
21
## 0.11.1
8
22
- Improved implicit-global coverage for multiple assignments within the same statement
9
23
- Fixed preprocessor aliases not taking multi-token arguments (e.g. function calls)
You can’t perform that action at this time.
0 commit comments