summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-16 19:00:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-16 19:00:54 +0800
commite62d964ff57cc0b37eb908315f9afe3ce6a213d7 (patch)
tree03a0eee2fad6cbeb816de861420e1c228da50089
parent5255f58d3cf7f84cb7a22455142f8a4ad20c7bbf (diff)
downloadlua-language-server-e62d964ff57cc0b37eb908315f9afe3ce6a213d7.zip
3.2.3
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 5c488788..49470028 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,10 @@
# changelog
## 3.2.3
+`2022-5-16`
* `CHG` parse `.luarc.json` as jsonc. In order to please the editor, it also supports `.luarc.jsonc` as the file name.
* `CHG` dose not load files in symbol links
+* `FIX` memory leak with symbol links
* `FIX` diagnostic: send empty results to every file after startup
* `FIX` [#1103](https://github.com/sumneko/lua-language-server/issues/1103)
* `FIX` [#1107](https://github.com/sumneko/lua-language-server/issues/1107)