diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 22:40:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 22:40:06 +0800 |
commit | 24973ecf4ee1696e5354babae744ad3b8262c610 (patch) | |
tree | 2a55cf4a9bac8716811bac0f6f5ecb53a8d44217 /changelog.md | |
parent | 80a8ffb500e4e4cebf21891698e682df8f4bd1d0 (diff) | |
download | lua-language-server-24973ecf4ee1696e5354babae744ad3b8262c610.zip |
resove #549
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
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` |