Skip to content

Commit 7de35a9

Browse files
committed
Add changelog for Pluto 0.11.2
1 parent 265d554 commit 7de35a9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ sidebar_position: 13
44

55
This 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)

0 commit comments

Comments
 (0)