diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-01 21:08:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-01 21:08:09 +0800 |
commit | 6999dbb25bf2b7ae306599eceaa0f438ee4f8b8f (patch) | |
tree | 713dec2f933a0a4de01bf1c3b3c2d9ff1e58b2ea /changelog.md | |
parent | 867d84da976e5819c88c495f4dc007f4b1109716 (diff) | |
download | lua-language-server-6999dbb25bf2b7ae306599eceaa0f438ee4f8b8f.zip |
modify config fully supports `.luarc.json`
fix #831
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 d3c78de9..50685423 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,10 @@ # changelog ## 3.6.5 +* `FIX` [#831] * `FIX` [#1729] +[#831]: https://github.com/sumneko/lua-language-server/issues/831 [#1729]: https://github.com/sumneko/lua-language-server/issues/1729 `2022-11-29` |