diff options
author | sumneko <sumneko@hotmail.com> | 2022-01-23 04:37:55 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-01-23 04:37:55 +0800 |
commit | 6c97dc8eaae16214a2127f84deca30f2ca6206a3 (patch) | |
tree | 7978bfe6dfd5ffc03b3e3228f1e57f43eb16deec /changelog.md | |
parent | a13a30f193b54f32138306463dd8e13d208fb45c (diff) | |
download | lua-language-server-6c97dc8eaae16214a2127f84deca30f2ca6206a3.zip |
fix #920
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 42fdaacb..424a6ac2 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ * `FIX` modify luarc failed * `FIX` library files not recognized correctly * `FIX` [#906](https://github.com/sumneko/lua-language-server/issues/906) +* `FIX` [#920](https://github.com/sumneko/lua-language-server/issues/920) ## 2.6.0 `2022-1-13` |