diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-21 17:39:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-21 17:39:41 +0800 |
commit | 7699e4ba610e570199f0b8c9097a5cdeda472c40 (patch) | |
tree | 3a679f4de0cbca2d847f20f8114acaeb679f1c1c /changelog.md | |
parent | 2adc24974ffa9b804e9b99a9b8f777a5220f7e89 (diff) | |
download | lua-language-server-7699e4ba610e570199f0b8c9097a5cdeda472c40.zip |
fix #1335
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 bdd6c804..fc758c24 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.5.1 +* `FIX` [#1335](https://github.com/sumneko/lua-language-server/issues/1335) * `FIX` [#1354](https://github.com/sumneko/lua-language-server/issues/1354) ## 3.5.0 |