diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-21 17:17:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-21 17:17:55 +0800 |
commit | 2adc24974ffa9b804e9b99a9b8f777a5220f7e89 (patch) | |
tree | de39927f252de2a9f12ef3c436264345beb9674d /changelog.md | |
parent | 59285a7f6e18ea67e65a7eca9f21b564a2edfa2e (diff) | |
download | lua-language-server-2adc24974ffa9b804e9b99a9b8f777a5220f7e89.zip |
fix #1354
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6fb01e28..bdd6c804 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 3.5.1 +* `FIX` [#1354](https://github.com/sumneko/lua-language-server/issues/1354) + ## 3.5.0 `2022-7-19` * `NEW` `LuaDoc`: `---@operator`: |