diff options
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 |