diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-12 17:09:50 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-12 17:09:50 +0800 |
commit | 36e59b4cee467b6db3c16d86df17e312608033da (patch) | |
tree | 78a6a31f2d67b73881e880f8ba64b5021c169bd7 | |
parent | 3517513487ab039bf704938d03897686c3f6d6ad (diff) | |
download | lua-language-server-36e59b4cee467b6db3c16d86df17e312608033da.zip |
update change log
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index ee1e265e..f2b6a6c6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # changelog ## 1.19.0 +* `NEW` VSCode: new setting `Lua.misc.parameters` +* `CHG` improve performance * `CHG` text-document-synchronization: refactored * `FIX` missed syntax error `function m['x']() end` |