summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2022-02-08 22:50:27 +0800
committersumneko <sumneko@hotmail.com>2022-02-08 22:50:27 +0800
commit86237012d5b80833d64547199c167db263626a2c (patch)
treeec7973fb21a2582445e259d6d29803b2bb2a301a /changelog.md
parent007e8637827b75d95f188df0f1c3173cabc53a8b (diff)
downloadlua-language-server-86237012d5b80833d64547199c167db263626a2c.zip
reduced sorting priority for postfix completion
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 64c775c7..2e386d6d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 2.6.4
+* `CHG` completion: reduced sorting priority for postfix completion
* `FIX` [#937](https://github.com/sumneko/lua-language-server/issues/937)
* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/941)