diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-19 17:43:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-19 17:43:34 +0800 |
commit | 71244c2644abc5b4ecc9d3296f9bed99d4bee888 (patch) | |
tree | c2dc97ae119f014dc0e65c33213672b5b63c4858 /changelog.md | |
parent | bed0c4911969b521fa3c15158df273c7e6106882 (diff) | |
download | lua-language-server-71244c2644abc5b4ecc9d3296f9bed99d4bee888.zip |
close #384 completion supports interface
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 612dadde..610edb92 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.16.0 * `NEW` file encoding supports `ansi` +* `NEW` completion: supports interface, see [#384](https://github.com/sumneko/lua-language-server/issues/384) * `CHG` rename `table*` to `tablelib` * `FIX` missed syntax error `f() = 1` * `FIX` missed global `bit` in `LuaJIT` |