summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2024-08-16 19:56:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2024-08-16 19:56:34 +0800
commitd702a55715df19a219e963da496e6fb76db0aacd (patch)
tree69b6c854633cd571e2576e29435f48e86077e86b
parentf8a81672da06e36d8ff63409f76938c424ce6216 (diff)
downloadlua-language-server-d702a55715df19a219e963da496e6fb76db0aacd.zip
3.10.4
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index a94410be..65624ff8 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.4
+`2024-8-16`
* `NEW` Setting: `Lua.type.checkTableShape`: Add matching checks between the shape of tables and classes, during type checking. [#2768](https://github.com/LuaLS/lua-language-server/pull/2768)
* `NEW` `undefined-field` supports `enum`
* `CHG` Show enumed table as `enum X` instead of `table`