summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-04-25 20:02:58 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-04-25 20:02:58 +0800
commit8d88cec860af5a594d120ab4e37d4cb47ac1f238 (patch)
treef00b8bd7d297eaf15c101719b14b36ed00e1d79f /changelog.md
parent71885b139cdae9f3d65268278882bd4793f4fe24 (diff)
downloadlua-language-server-8d88cec860af5a594d120ab4e37d4cb47ac1f238.zip
fix first semantic token is dropped
fix #2081
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 325a0a15..c17cdff0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,9 +4,11 @@
* `FIX` commandline parameter `checklevel` may not work
* `FIX` [#2036]
* `FIX` [#2037]
+* `FIX` [#2081]
[#2036]: https://github.com/LuaLS/lua-language-server/issues/2036
[#2037]: https://github.com/LuaLS/lua-language-server/issues/2037
+[#2081]: https://github.com/LuaLS/lua-language-server/issues/2081
## 3.6.18
`2023-3-23`