diff options
author | NeOzay <69015205+NeOzay@users.noreply.github.com> | 2024-07-28 18:19:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-28 18:19:50 +0200 |
commit | f706a965515b4a155deabf2c3f506a2ccf444718 (patch) | |
tree | 87c7d769da297ba98f2ebc96d67868fe2442151a | |
parent | eca4758b93bce043b702dac7f6234a2f58df218e (diff) | |
download | lua-language-server-f706a965515b4a155deabf2c3f506a2ccf444718.zip |
Update changelog.md
Co-authored-by: Tom Lau <tomandfatboy@gmail.com>
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index f91a27f4..783a7535 100644 --- a/changelog.md +++ b/changelog.md @@ -9,7 +9,7 @@ * `CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic * `FIX` Addons can now self-recommend as expected. Fixed by correcting the `wholeMatch` function * `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) -* `NEW` Added lua regular expression support for Lua.doc.\<scope\>Name [#2753](https://github.com/LuaLS/lua-language-server/pull/2753) +* `NEW` Added lua regular expression support for `Lua.doc.<scope>Name` [#2753](https://github.com/LuaLS/lua-language-server/pull/2753) * `FIX` Bad triggering of the `inject-field` diagnostic, when the fields are declared at the creation of the object [#2746](https://github.com/LuaLS/lua-language-server/issues/2746) * `CHG` Change spacing of parameter inlay hints to match other LSPs, like `rust-analyzer` * `FIX` Inconsistent type narrow behavior of function call args [#2758](https://github.com/LuaLS/lua-language-server/issues/2758) |