Skip to content

Commit

Permalink
3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Nov 13, 2024
1 parent de70c05 commit 43ad969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
* `FIX` Improve type narrow with **literal alias type** during completion and signature help

## 3.13.0
`2024-11-13`
* `NEW` Setting: `Lua.type.inferTableSize`: A Small Table array can be infered
* `NEW` Add custom repository support for addonManager. New configuration setting: `Lua.addonManager.repositoryBranch` and `Lua.addonManager.repositoryPath`
* `NEW` Infer function parameter types when the function is used as an callback argument and that argument has a `fun()` annotation. Enable with `Lua.type.inferParamType` setting. [#2695](https://github.com/LuaLS/lua-language-server/pull/2695)
Expand All @@ -23,6 +25,7 @@
---@type int32
local a = n
```
* `FIX` Improve type narrow with **literal alias type** during completion and signature help

## 3.12.0
`2024-10-30`
Expand Down

0 comments on commit 43ad969

Please sign in to comment.