summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-01 22:40:06 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-01 22:40:06 +0800
commit24973ecf4ee1696e5354babae744ad3b8262c610 (patch)
tree2a55cf4a9bac8716811bac0f6f5ecb53a8d44217 /changelog.md
parent80a8ffb500e4e4cebf21891698e682df8f4bd1d0 (diff)
downloadlua-language-server-24973ecf4ee1696e5354babae744ad3b8262c610.zip
resove #549
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 1e95e1a8..3cb26321 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,7 +3,8 @@
## 2.1.0
* `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode)
* `NEW` goto `type definition`
-* `FIX` completion: sometimes `type() ==` does not work
+* `CHG` [#549](https://github.com/sumneko/lua-language-server/issues/549)
+* `FIX` completion: `type() ==` may does not work
## 2.0.5
`2021-7-1`