summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2024-08-19 17:58:07 +0800
committer最萌小汐 <sumneko@hotmail.com>2024-08-19 17:58:07 +0800
commitba8f90eb0fab18ce8aee2bdbf7007dc63050381d (patch)
treea5e232ad1970cde7ffb8f386ecd2fe37242d8fff
parent1a9fedaba146e90435debf3128c78aec74731b15 (diff)
downloadlua-language-server-ba8f90eb0fab18ce8aee2bdbf7007dc63050381d.zip
3.10.5
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 19ac35a5..2f0ea8f7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
+
+## 3.10.5
+`2024-8-19`
* `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.
* `FIX` Renaming files in the directory leads to the auto-correction in "require" adding extra characters.