diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 15:16:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 15:16:00 +0800 |
commit | 2c7286dbffea7bb33843364c04f79c38b485c51b (patch) | |
tree | aef0b3ac21771a34e0e57d7794739947da12f8ae /changelog.md | |
parent | a933f2e79497c357d3b3cc245c4760e83cc82d3b (diff) | |
download | lua-language-server-2c7286dbffea7bb33843364c04f79c38b485c51b.zip |
fix #1704
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 1a82fac7..1ffff0b3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,6 @@ # changelog ## 3.6.4 -* `FIX` [#1698] -[#1698]: https://github.com/sumneko/lua-language-server/issues/1698 * `FIX` circulation reference in process analysis ```lua ---@type number @@ -15,6 +13,11 @@ y = x --> Can not infer `y` before ``` +* `FIX` [#1698] +* `FIX` [#1704] + +[#1698]: https://github.com/sumneko/lua-language-server/issues/1698 +[#1704]: https://github.com/sumneko/lua-language-server/issues/1704 ## 3.6.3 `2022-11-14` |