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
44
55This page contains the changelogs from all [ releases of Pluto] ( https://github.com/PlutoLang/Pluto/releases ) .
66
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+
721## 0.11.1
822- Improved implicit-global coverage for multiple assignments within the same statement
923- Fixed preprocessor aliases not taking multi-token arguments (e.g. function calls)
You can’t perform that action at this time.
0 commit comments