Skip to content

Commit 3894968

Browse files
committed
3.12.0
1 parent 71d28cc commit 3894968

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5-
* `FIX` A regression related to type narrow and generic param introduced since `v3.10.1`
5+
6+
## 3.12.0
7+
`2024-10-30`
68
* `NEW` Support importing `enum` through class name suffix matching in quick fixes, allowing the import of `enum` from `table.table.enum; return table`.
79
* `NEW` Support limited multiline annotations
810
```lua
@@ -13,6 +15,7 @@
1315
---}
1416
local point --> local point: { x: number, y: number, z: number }
1517
```
18+
* `FIX` A regression related to type narrow and generic param introduced since `v3.10.1`
1619
* `FIX` Parse storagePath to improve reliability of resolving ${addons} placeholder
1720
* `FIX` Reference should also look in tablefield
1821
* `FIX` Determine that the index of `{...}` is an integer when iterating

0 commit comments

Comments
 (0)