summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-01-16 18:11:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-01-16 18:11:12 +0800
commitabb60bb6d33e3fe02648cb1beba8203b11a8d8fb (patch)
treeaecee973ce79cd7f17f70e0c813be2e966be7005 /changelog.md
parent78082d92799a416bb01ef4f5fcc3a828ad7fe244 (diff)
downloadlua-language-server-abb60bb6d33e3fe02648cb1beba8203b11a8d8fb.zip
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index cc6f3fde..abf1129e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,8 +6,9 @@
* `NEW` settings:
* `Lua.codeLens.enable`: Enable code lens.
* `CHG` improve memory usage for large libraries
-* `CHG` definition: supports finding definitions for `@class` and `@alias`, since they may be defined multi times.
+* `CHG` definition: supports finding definitions for `@class` and `@alias`, since they may be defined multi times
* `CHG` rename: supports `@field`
+* `CHG` improve patch for `.luarc.json`
* `FIX` [#831]
* `FIX` [#1729]
* `FIX` [#1737]