diff options
author | Tom Lau <tomandfatboy@gmail.com> | 2024-09-06 12:08:16 +0800 |
---|---|---|
committer | Tom Lau <tomandfatboy@gmail.com> | 2024-09-07 10:37:24 +0800 |
commit | fe84a713afe4a37629cc95ca3d8a3e9c23be8eb8 (patch) | |
tree | 26286c0fbed38d80d7c7b8efb36092c19b8544c7 | |
parent | 54f1bac0815c0e51494f057282984d173469838f (diff) | |
download | lua-language-server-fe84a713afe4a37629cc95ca3d8a3e9c23be8eb8.zip |
doc: update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 38d9aeb7..4d5061af 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,7 @@ * `FIX` Fix `VM.OnCompileFunctionParam` function in plugins * `FIX` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter * `FIX` Improve type narrow by checking exact match on literal type params +* `FIX` Incorrect function params' type infer when there is only `@overload` [#2509](https://github.com/LuaLS/lua-language-server/issues/2509) [#2708](https://github.com/LuaLS/lua-language-server/issues/2708) [#2709](https://github.com/LuaLS/lua-language-server/issues/2709) ## 3.10.5 `2024-8-19` |