diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-02 17:45:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-02 17:45:24 +0800 |
commit | b2c9a64409fdc8ba03410155424d36d61e0fdb93 (patch) | |
tree | 848b1375915cd76ee5910268999f71fdc8fe8217 /changelog.md | |
parent | 9a25855cee5238a870f366a2f9d096142b72cd5a (diff) | |
download | lua-language-server-b2c9a64409fdc8ba03410155424d36d61e0fdb93.zip |
resove #524
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 3b2a029c..77fedf65 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,7 @@ -- value is string here end) ``` +* `NEW` optional field `---@field name? type` * `CHG` [#549](https://github.com/sumneko/lua-language-server/issues/549) * `CHG` diagnostics: always ignore the ignored files even if they are opened * `FIX` completion: `type() ==` may does not work |