diff options
author | DCsunset <DCsunset@protonmail.com> | 2024-06-28 18:35:25 -0400 |
---|---|---|
committer | DCsunset <DCsunset@protonmail.com> | 2024-06-28 18:35:25 -0400 |
commit | 48a4b917f17a1b688404e74bc5a578c15ba4d0c6 (patch) | |
tree | 1fcd7881ff13815106fe9cc2a4da083699bbfb03 | |
parent | 1abd6b3d87739c05328e06e391bab0c056823b77 (diff) | |
download | lua-language-server-48a4b917f17a1b688404e74bc5a578c15ba4d0c6.zip |
docs: update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index ef4a4017..54e972e3 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `NEW` Add postfix snippet for `unpack` * `FIX` `diagnostics.severity` defaulting to "Warning" when run using `--check` [#2730](https://github.com/LuaLS/lua-language-server/issues/2730) * `NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end` +* `FIX` Respect `completion.showParams` config for local function completion ## 3.9.3 `2024-6-11` |