summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeOzay <colpaert.benoit@gmail.com>2024-07-12 21:11:45 +0200
committerNeOzay <colpaert.benoit@gmail.com>2024-07-12 21:11:45 +0200
commitb09b057857bd65a3caa324443ffce0850933f32c (patch)
tree3b8535629df737be000232bf4d5054cb756829c8
parent41316bc8a5731a90c1dd5d9d05ee8a0b96cd6449 (diff)
downloadlua-language-server-b09b057857bd65a3caa324443ffce0850933f32c.zip
update changelog
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 87ef33ef..8f835b3e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,6 +7,8 @@
* `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
+* `NEW` added lua regular expression support for Lua.doc.<scope>Name [#2753](https://github.com/LuaLS/lua-language-server/pull/2753)
+
## 3.9.3
`2024-6-11`