diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-16 20:08:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-16 20:08:23 +0800 |
commit | 028460ed338a0ba582e5f755a9734ed65b290c0d (patch) | |
tree | 8ac7e36723fedc5cd352bbbb26d1974ae0e4a854 /changelog.md | |
parent | 6924e8af8febf07f559d2a906c897f3e1f876e5c (diff) | |
download | lua-language-server-028460ed338a0ba582e5f755a9734ed65b290c0d.zip |
fix #847
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 ac91756f..63a53bec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 2.5.4 +* `FIX` [#847](https://github.com/sumneko/lua-language-server/issues/847) * `FIX` [#848](https://github.com/sumneko/lua-language-server/issues/848) * `FIX` completion: incorrect cache * `FIX` hover: always view string |