diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 21:28:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 21:28:21 +0800 |
commit | 54985b6ba69478dde5e7fa107ccdd74735c3811b (patch) | |
tree | 5a0eded7742055baa0600a57c92773eccc953044 /changelog.md | |
parent | 1c10b0129373e52bdf56b787b4c4230c0628a259 (diff) | |
download | lua-language-server-54985b6ba69478dde5e7fa107ccdd74735c3811b.zip |
fix count of local variables
fix #1886
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6adb9acc..b4aaf6db 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # changelog +## 3.6.11 +* `FIX` [#1886] + +[#1886]: https://github.com/LuaLS/lua-language-server/issues/1886 + ## 3.6.10 `2023-2-7` * `FIX` [#1869] |