diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-08-16 19:56:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-08-16 19:56:34 +0800 |
commit | d702a55715df19a219e963da496e6fb76db0aacd (patch) | |
tree | 69b6c854633cd571e2576e29435f48e86077e86b | |
parent | f8a81672da06e36d8ff63409f76938c424ce6216 (diff) | |
download | lua-language-server-d702a55715df19a219e963da496e6fb76db0aacd.zip |
3.10.4
-rw-r--r-- | changelog.md | 3 |
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` |