summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-01-31 20:21:51 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-01-31 20:21:51 +0800
commitba8d6c611e3ce320d563d927dbb67deec7205c4c (patch)
tree422e874bab3f978fb156605c487fe7d1fee71323 /changelog.md
parentb562e8635c0a2435d34531452c4be3253b818fd0 (diff)
downloadlua-language-server-ba8d6c611e3ce320d563d927dbb67deec7205c4c.zip
3.6.8
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 5f7cda04..8d5df0ff 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 3.6.8
+`2023-1-31`
* `NEW` command `lua.exportDocument` . VSCode will display this command in the right-click menu
* `CHG` setting `Lua.workspace.supportScheme` has been removed. All schemes are supported if the language id is `lua`
* `FIX` [#1831]