diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 22:21:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 22:21:26 +0800 |
commit | 80a8ffb500e4e4cebf21891698e682df8f4bd1d0 (patch) | |
tree | a18506c6dffddec23fe99ab32d5ff290da766c4c /changelog.md | |
parent | 384ee42079a801675bf9c00870c9f9dba4135773 (diff) | |
download | lua-language-server-80a8ffb500e4e4cebf21891698e682df8f4bd1d0.zip |
fix sometimes `type() ==` does not work
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 88e93759..1e95e1a8 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 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 ## 2.0.5 `2021-7-1` |