diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-10 16:01:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-10 16:01:17 +0800 |
commit | 4b0d634a27ae188c98f839736bad1b8514952467 (patch) | |
tree | 1152d131fe33306b0b753ed20d799119829add53 /changelog.md | |
parent | 5e112de9cbf4627038036fdfa41e9cf890d74e1d (diff) | |
download | lua-language-server-4b0d634a27ae188c98f839736bad1b8514952467.zip |
fix #1889
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 321e40b8..a80ed3a9 100644 --- a/changelog.md +++ b/changelog.md @@ -4,9 +4,11 @@ * `CHG` completion: don't show loading process * `FIX` [#1886] * `FIX` [#1895] +* `FIX` [#1889] [#1886]: https://github.com/LuaLS/lua-language-server/issues/1886 [#1895]: https://github.com/LuaLS/lua-language-server/issues/1895 +[#1889]: https://github.com/LuaLS/lua-language-server/issues/1889 ## 3.6.10 `2023-2-7` |