diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-20 15:08:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-20 15:08:20 +0800 |
commit | b9bb96e4d1a0783f40de0c64c5259e54e5a3c52f (patch) | |
tree | 144b5647a91191ca093bd798c578784bef5288ff /changelog.md | |
parent | 926928e39b7760e50f89d52e5da8ad7e4eea8355 (diff) | |
download | lua-language-server-b9bb96e4d1a0783f40de0c64c5259e54e5a3c52f.zip |
fix change log
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 68ef6e0b..287b9a60 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ * `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` -* `CHG` `LuaDoc`: revert compatible with `--@`, [#392](see https://github.com/sumneko/lua-language-server/issues/392) +* `CHG` `LuaDoc`: revert compatible with `--@`, see [#392](https://github.com/sumneko/lua-language-server/issues/392) * `FIX` missed syntax error `f() = 1` * `FIX` missed global `bit` in `LuaJIT` * `FIX` completion: may insert error text when continuous inputing |