summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-04 16:09:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-04 16:09:57 +0800
commited95ca797f1d2e1e4f79a361a441d6226b867f37 (patch)
tree6c1382c948280f0b20043e193dbff65060a79330 /changelog.md
parente4fba94f2586e5b2ed41b2a57ae5d4b7adc469b1 (diff)
downloadlua-language-server-ed95ca797f1d2e1e4f79a361a441d6226b867f37.zip
update readme and changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md10
1 files changed, 10 insertions, 0 deletions
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)