summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuhuanzy <501417909@qq.com>2024-08-19 11:59:29 +0800
committerxuhuanzy <501417909@qq.com>2024-08-19 11:59:29 +0800
commitb41adb33c37781bd3bcf596dc510263973b85c70 (patch)
treea925bdb2527b67ff167064cfd2d22a4b645f2126
parente8478829396f9b5ca1fe84e0d616954425c8dd85 (diff)
downloadlua-language-server-b41adb33c37781bd3bcf596dc510263973b85c70.zip
update changelog
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 65624ff8..9397be2c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,8 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
+* `NEW` using `enum (partial)`, it suggests all fields with the same `enum` type rather than just the fields from the current table.
+* `NEW` When using `enum["<key>" or <index>]`, undefined fields will raise an 'undefined' error.
## 3.10.4
`2024-8-16`