diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-19 15:36:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-19 15:36:57 +0800 |
commit | cbcdd7e20745bb7c2d6cce9f1ea970c9d54d6910 (patch) | |
tree | eae8bb57a62ea6bf515d1f0ee213e5189acfe7dc /changelog.md | |
parent | 9889dc0d1c9673575ebbfa62f3d47d59d0ff8664 (diff) | |
download | lua-language-server-cbcdd7e20745bb7c2d6cce9f1ea970c9d54d6910.zip |
fix #606
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 7fda6831..10861ec2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 2.3.1 +* `FIX` [#606](https://github.com/sumneko/lua-language-server/issues/606) + ## 2.3.0 `2021-7-16` * `NEW` `VSCode`: click the status bar icon to operate: |