diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 15:09:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 15:09:39 +0800 |
commit | b5c53c92555069c07b19618987c4d4d80226cf3e (patch) | |
tree | 6a0346b8a4b3a261da3b81be282f47a5979fd8b7 /changelog.md | |
parent | 8abe15deac954ee0c1c0a155c2490289dfd37b04 (diff) | |
download | lua-language-server-b5c53c92555069c07b19618987c4d4d80226cf3e.zip |
cleanup
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 d0b1192a..c14acfa7 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,7 @@ print(self.xxx) -- self.xxx is defined end ``` +* `CHG` improve performance * `FIX` [#580](https://github.com/sumneko/lua-language-server/issues/580) ## 2.0.4 |