Skip to content

Commit aa2c2f0

Browse files
committed
doc: update changelog
1 parent 60566ae commit aa2c2f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
* `NEW` Infer function parameter types when overriding the same-named class function in an instance of that class [#2158](https://github.com/LuaLS/lua-language-server/issues/2158)
77
* `FIX` Eliminate floating point error in test benchmark output
88
* `FIX` Remove luamake install from make scripts
9+
* `FIX` Incorrect `table` type injected to the global variable created by `rawset(_G, ...)` [#2863](https://github.com/LuaLS/lua-language-server/issues/2863)
910
* `NEW` Types with literal fields can be narrowed.
1011
* `NEW` Reference addons installed via the addon manager with `${addons}` [#2866](https://github.com/LuaLS/lua-language-server/pull/2866).
12+
* `NEW` Support using `---@class` on `rawset(_G, ...)` to annotate the created global variable [#2862](https://github.com/LuaLS/lua-language-server/issues/2862)
1113

1214
## 3.10.6
1315
`2024-9-10`

0 commit comments

Comments
 (0)