diff options
author | Tom Lau <tomandfatboy@gmail.com> | 2024-07-01 09:42:02 +0800 |
---|---|---|
committer | Tom Lau <tomandfatboy@gmail.com> | 2024-07-01 09:45:26 +0800 |
commit | f58d0bade94622ac80c89250a31f38195bf99756 (patch) | |
tree | c7c58dcc1ae988214c1ef35c951bee19c1c798b1 | |
parent | cad34b796b14c1e9d9ae062339d7e9d4cd18cc22 (diff) | |
download | lua-language-server-f58d0bade94622ac80c89250a31f38195bf99756.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 ef4a4017..d777fdc0 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` +* `CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic ## 3.9.3 `2024-6-11` |