Skip to content

Commit

Permalink
doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlau10 committed Sep 25, 2024
1 parent 60566ae commit aa2c2f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
* `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)
* `FIX` Eliminate floating point error in test benchmark output
* `FIX` Remove luamake install from make scripts
* `FIX` Incorrect `table` type injected to the global variable created by `rawset(_G, ...)` [#2863](/~https://github.com/LuaLS/lua-language-server/issues/2863)
* `NEW` Types with literal fields can be narrowed.
* `NEW` Reference addons installed via the addon manager with `${addons}` [#2866](/~https://github.com/LuaLS/lua-language-server/pull/2866).
* `NEW` Support using `---@class` on `rawset(_G, ...)` to annotate the created global variable [#2862](/~https://github.com/LuaLS/lua-language-server/issues/2862)

## 3.10.6
`2024-9-10`
Expand Down

0 comments on commit aa2c2f0

Please sign in to comment.