summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`