summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-02 10:33:31 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-02 10:33:31 +0800
commitdc3a4af8c3cfd5a41ef1a5d74faf5fde770e2973 (patch)
treedbb45fa050f4be207f661df5c4610827ece089ab
parentccdae16c581c6374d5dfe0eda12105154facf3b7 (diff)
downloadlua-language-server-dc3a4af8c3cfd5a41ef1a5d74faf5fde770e2973.zip
fix running in Windows
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 122d344a..899c5591 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# changelog
+## 1.17.2
+* `FIX` running in Windows
+
## 1.17.1
`2021-3-1`
* `CHG` intelli-scense: improve infer across `table<K, V>` and `V[]`.