diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-08-15 15:48:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-08-15 15:48:30 +0800 |
commit | 464aad2e42c2d6492eb60dca8049e3d86f89b489 (patch) | |
tree | 0f9a0ee4833a12f420e44a07243b6bfdfdd9c603 | |
parent | 7c9a24fc2e80952e5045a2855f37b997ab93ee80 (diff) | |
download | lua-language-server-464aad2e42c2d6492eb60dca8049e3d86f89b489.zip |
fix changelog
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index d9c15e7b..8ada9c72 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ ## Unreleased <!-- Add all new changes here. They will be moved under a version at release --> -* `NEW` Add matching checks between the shape of tables and classes, during type checking. [#2768](https://github.com/LuaLS/lua-language-server/pull/2768 +* `NEW` Add matching checks between the shape of tables and classes, during type checking. [#2768](https://github.com/LuaLS/lua-language-server/pull/2768) * `FIX` Error `attempt to index a nil value` when `Lua.hint.semicolon == 'All'` [#2788](https://github.com/LuaLS/lua-language-server/issues/2788) ## 3.10.3 |