diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 14:38:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 14:38:08 +0800 |
commit | c69e65f5468a3aff99f1de11ee7c72a0d9f75afe (patch) | |
tree | 225053bed8d7c4c6af6314c2f88de85cad544055 /changelog.md | |
parent | 02f6831344efd3a32c0ac8a1fbd0d00af3dec671 (diff) | |
download | lua-language-server-c69e65f5468a3aff99f1de11ee7c72a0d9f75afe.zip |
infer types of tableindex by semantic
fix #1831
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 46aa7ae1..b502fde8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # changelog +## 3.6.8 +* `FIX` [#1831] +[#1831]: https://github.com/sumneko/lua-language-server/issues/1831 + ## 3.6.7 `2023-1-20` * `FIX` [#1810] |