diff options
author | xuhuanzy <501417909@qq.com> | 2024-08-19 11:59:29 +0800 |
---|---|---|
committer | xuhuanzy <501417909@qq.com> | 2024-08-19 11:59:29 +0800 |
commit | b41adb33c37781bd3bcf596dc510263973b85c70 (patch) | |
tree | a925bdb2527b67ff167064cfd2d22a4b645f2126 | |
parent | e8478829396f9b5ca1fe84e0d616954425c8dd85 (diff) | |
download | lua-language-server-b41adb33c37781bd3bcf596dc510263973b85c70.zip |
update changelog
-rw-r--r-- | changelog.md | 2 |
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` |