diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-02 10:17:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-02 10:17:07 +0800 |
commit | cd936908fa743c8699d8a72d7b4ee32a3afbc4a8 (patch) | |
tree | 476dd2c70502e9ac9a2029d326d9bf2be4c72d59 /changelog.md | |
parent | baf8bdfc5535e27ba2ce431e62c7bff5bceef3fb (diff) | |
download | lua-language-server-cd936908fa743c8699d8a72d7b4ee32a3afbc4a8.zip |
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 22af2fde..81fe54b1 100644 --- a/changelog.md +++ b/changelog.md @@ -17,12 +17,13 @@ ## 1.2.1 `2020-11-27` -* `NEW` hover shows comments from `---@param` and `---@return`: [#135](https://github.com/sumneko/lua-language-server/issues/135) * `FIX` syntaxes tokens: [#272](https://github.com/sumneko/lua-language-server/issues/272) ## 1.2.0 `2020-11-27` +* `NEW` hover shows comments from `---@param` and `---@return`: [#135](https://github.com/sumneko/lua-language-server/issues/135) +* `NEW` support `LuaDoc` as tail comment * `FIX` `---@class` inheritance * `FIX` missed syntaxes token: `punctuation.definition.parameters.finish.lua` |