summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-12 17:09:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-12 17:09:50 +0800
commit36e59b4cee467b6db3c16d86df17e312608033da (patch)
tree78a6a31f2d67b73881e880f8ba64b5021c169bd7 /changelog.md
parent3517513487ab039bf704938d03897686c3f6d6ad (diff)
downloadlua-language-server-36e59b4cee467b6db3c16d86df17e312608033da.zip
update change log
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
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`