diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 0f1c2d10..a94410be 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,8 @@ ## Unreleased <!-- Add all new changes here. They will be moved under a version at release --> * `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` * `FIX` Error `attempt to index a nil value` when `Lua.hint.semicolon == 'All'` [#2788](https://github.com/LuaLS/lua-language-server/issues/2788) * `FIX` Incorrect LuaCats parsing for `"'"` * `FIX` Incorrect indent fixings |