summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--changelog.md10
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c3a6737..8cf312d3 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,6 @@ If you need to compile by yourself, please refer to [here](https://github.com/su
* [lni](https://github.com/actboy168/lni)
* [LPegLabel](https://github.com/sqmedeiros/lpeglabel)
* [LuaParser](https://github.com/sumneko/LuaParser)
-* [rcedit](https://github.com/electron/rcedit)
* [ScreenToGif](https://github.com/NickeManarin/ScreenToGif)
* [vscode-languageclient](https://github.com/microsoft/vscode-languageserver-node)
* [lua.tmbundle](https://github.com/textmate/lua.tmbundle)
@@ -144,6 +143,7 @@ If you need to compile by yourself, please refer to [here](https://github.com/su
* [Folke Lemaitre](https://github.com/folke)
* [Vikas Raj](https://github.com/numToStr)
* [kevinhwang91](https://github.com/kevinhwang91)
+* [Cassolette](https://github.com/Cassolette)
## Telemetry
diff --git a/changelog.md b/changelog.md
index 8ef9b06a..70226f08 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,15 @@
# changelog
+## 2.6.8
+* `FIX` [#976](https://github.com/sumneko/lua-language-server/issues/976)
+* `FIX` [#995](https://github.com/sumneko/lua-language-server/issues/995)
+* `FIX` [#1004](https://github.com/sumneko/lua-language-server/issues/1004)
+* `FIX` [#1008](https://github.com/sumneko/lua-language-server/issues/1008)
+* `FIX` [#1009](https://github.com/sumneko/lua-language-server/issues/1009)
+* `FIX` [#1011](https://github.com/sumneko/lua-language-server/issues/1011)
+* `FIX` [#1014](https://github.com/sumneko/lua-language-server/issues/1014)
+* `FIX` runtime errors reported by telemetry
+
## 2.6.7
`2022-3-9`
* `NEW` offline diagnostic, [read more](https://github.com/sumneko/lua-language-server/wiki/Offline-Diagnostic)