diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-04 14:21:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-04 14:21:22 +0800 |
commit | 2d37173ea1b669867d89faae61e6e3bb63d72692 (patch) | |
tree | 3b1e78e6cf1aebae12b209678259c7ccea45b816 /changelog.md | |
parent | 820aa1a56a8a4bdd8fc7098b1e7cff5dd190b2eb (diff) | |
download | lua-language-server-2d37173ea1b669867d89faae61e6e3bb63d72692.zip |
fix #886
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 82f8351c..595dfe93 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 2.5.7 * `FIX` [#879](https://github.com/sumneko/lua-language-server/issues/879) * `FIX` [#884](https://github.com/sumneko/lua-language-server/issues/884) +* `FIX` [#886](https://github.com/sumneko/lua-language-server/issues/886) ## 2.5.6 `2021-12-27` |