diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
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) |