diff options
author | NeOzay <colpaert.benoit@gmail.com> | 2024-07-13 17:04:02 +0200 |
---|---|---|
committer | NeOzay <colpaert.benoit@gmail.com> | 2024-07-13 17:04:02 +0200 |
commit | 9fa74cb832f4d0af6bc1cd2ef6ec537c64d4025c (patch) | |
tree | 97c47494cac098e68a63151cf490f9cb31e8c6ee | |
parent | 828d0a5c4a4acdad8397d6b7576b45947484ceb7 (diff) | |
download | lua-language-server-9fa74cb832f4d0af6bc1cd2ef6ec537c64d4025c.zip |
update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 87ef33ef..9b76e27a 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ * `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 * `CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic +* `FIX` Now correctly evaluates the visibility of fields in a class when they are defined directly in the object. use for completion and invisible dianostic. [#2752](https://github.com/LuaLS/lua-language-server/issues/2752) ## 3.9.3 `2024-6-11` |