summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2022-02-08 23:18:41 +0800
committersumneko <sumneko@hotmail.com>2022-02-08 23:18:49 +0800
commitaaba022111dbe3722f29eb7d8598d0bea0c86dd6 (patch)
tree9fe8051a0f2faadbb73f490bee0e70fc2ca7f88a
parentfb3b0601c16cbe9579a7e060291e6656b28bf2f7 (diff)
downloadlua-language-server-aaba022111dbe3722f29eb7d8598d0bea0c86dd6.zip
update changelog
-rw-r--r--README.md1
-rw-r--r--changelog.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9494e933..1bc67f76 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,7 @@ If you need to compile by yourself, please refer to [here](https://github.com/su
* [Ketho](https://github.com/Ketho)
* [Folke Lemaitre](https://github.com/folke)
* [Vikas Raj](https://github.com/numToStr)
+* [kevinhwang91](https://github.com/kevinhwang91)
## Telemetry
diff --git a/changelog.md b/changelog.md
index 2e386d6d..a8204c91 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,8 +2,11 @@
## 2.6.4
* `CHG` completion: reduced sorting priority for postfix completion
+* `FIX` [#936](https://github.com/sumneko/lua-language-server/issues/936)
* `FIX` [#937](https://github.com/sumneko/lua-language-server/issues/937)
* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/941)
+* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/942)
+* `FIX` [#943](https://github.com/sumneko/lua-language-server/issues/943)
## 2.6.3
`2022-1-25`