diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-21 19:47:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-21 19:47:58 +0800 |
commit | 364371362ffce9a90d09bd6f60c3a6a20d006fc7 (patch) | |
tree | 08ddfa34301ed87c43a46df6947fb22d2e8839f2 /changelog.md | |
parent | d1eda840b2a15d00d5916f267d90b3f0e13d00e2 (diff) | |
download | lua-language-server-364371362ffce9a90d09bd6f60c3a6a20d006fc7.zip |
syntax errors in `LuaDoc` are shown as `Warning`
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 44f35e6b..5a025bd6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 2.5.6 +* `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning` + ## 2.5.5 `2021-12-16` * `FIX` dose not work in VSCode |