diff options
author | NeOzay <colpaert.benoit@gmail.com> | 2024-07-28 21:07:22 +0200 |
---|---|---|
committer | NeOzay <colpaert.benoit@gmail.com> | 2024-07-28 21:07:22 +0200 |
commit | 6cd10388ab56fed330706f90628b44c77d778310 (patch) | |
tree | 030c50f47a559f28f19f6e14a4e953ddf7bb9a10 | |
parent | e22ee92638966bacef958d050bda7909cbc0ab2a (diff) | |
download | lua-language-server-6cd10388ab56fed330706f90628b44c77d778310.zip |
update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index a82efdab..697b05a9 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ * `NEW` added lua regular expression support for Lua.doc.<scope>Name [#2753](https://github.com/LuaLS/lua-language-server/pull/2753) * `FIX` Bad triggering of the `inject-field` diagnostic, when the fields are declared at the creation of the object [#2746](https://github.com/LuaLS/lua-language-server/issues/2746) * `CHG` Change spacing of parameter inlay hints to match other LSPs, like `rust-analyzer` +* `NEW` Add matching checks between the shape of tables and classes, during type checking. [#2768](https://github.com/LuaLS/lua-language-server/pull/2768) ## 3.9.3 `2024-6-11` |