summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-01-30 20:20:28 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-01-30 20:20:28 +0800
commitb93e0756cc07d9188a8047438f502ff296d5ec66 (patch)
treea2de65273f09cba6e516c54d513296e82bfb9a62 /changelog.md
parent76b8cf3236db2efc7f73f3508212d99199b73b52 (diff)
downloadlua-language-server-b93e0756cc07d9188a8047438f502ff296d5ec66.zip
copy nodes when tracing list
fix #1841
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 bf14766f..d9098991 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,9 +4,11 @@
* `NEW` command `lua.exportDocument` . VSCode will display this command in the right-click menu
* `FIX` [#1831]
* `FIX` [#1838]
+* `FIX` [#1841]
[#1831]: https://github.com/sumneko/lua-language-server/issues/1831
[#1838]: https://github.com/sumneko/lua-language-server/issues/1838
+[#1841]: https://github.com/sumneko/lua-language-server/issues/1841
## 3.6.7
`2023-1-20`