diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-18 15:39:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-18 15:39:42 +0800 |
commit | 068c105b3347f37da940e61bcd7daa7e3d7d5a03 (patch) | |
tree | c2a88cad05d5bf43bf544569f929a291183ae061 /changelog.md | |
parent | f9c45800068f2d75aa988af03a9e3017bc5dd72f (diff) | |
download | lua-language-server-068c105b3347f37da940e61bcd7daa7e3d7d5a03.zip |
1.15.1
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 44e96681..5d584317 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ # changelog ## 1.15.1 +`2021-2-18` * `CHG` diagnostic: `unused-local` excludes `doc.param` * `CHG` definition: excludes values, see [#391](https://github.com/sumneko/lua-language-server/issues/391) -* `FIX` not work on Linux and macOS +* `FIX` not works on Linux and macOS ## 1.15.0 `2021-2-9` |