diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 19:00:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 19:00:20 +0800 |
commit | a86a5884ddbdb32fad8dce1b50c6d0c76c862256 (patch) | |
tree | 33e5592de19171eb61f76e1ef10967a533a149bb /changelog.md | |
parent | a93effc7b08c95e1c9f3f852648e09a28e685d05 (diff) | |
download | lua-language-server-a86a5884ddbdb32fad8dce1b50c6d0c76c862256.zip |
resolve #1212
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 ee0824e2..77d12c51 100644 --- a/changelog.md +++ b/changelog.md @@ -34,6 +34,7 @@ print(x) -- `x` is `string` here end ``` +* `CHG` infer type by `>`/`<`/`>=`/`<=` * `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file. * `FIX` [#1204](https://github.com/sumneko/lua-language-server/issues/1204) * `FIX` [#1208](https://github.com/sumneko/lua-language-server/issues/1208) |