summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-02 15:07:35 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-02 15:07:35 +0800
commit034d4f4793e0934a697e8cf2c6219e8c5648472d (patch)
tree606155ab4953cd38e06d8cb87783723e9035ea2e /changelog.md
parenteeb9ba02ab7b4d51dced712c49eaf976be46bc74 (diff)
downloadlua-language-server-034d4f4793e0934a697e8cf2c6219e8c5648472d.zip
special treate for return values of require
2nd should be unknown since Lua 5.3, otherwise should be nil #1868
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 2119b4e7..39207a62 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,8 +2,10 @@
## 3.6.9
* `FIX` [#1864]
+* `FIX` [#1868]
[#1864]: https://github.com/sumneko/lua-language-server/issues/1864
+[#1868]: https://github.com/sumneko/lua-language-server/issues/1868
## 3.6.8
`2023-1-31`