summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-02 10:17:07 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-02 10:17:07 +0800
commitcd936908fa743c8699d8a72d7b4ee32a3afbc4a8 (patch)
tree476dd2c70502e9ac9a2029d326d9bf2be4c72d59 /changelog.md
parentbaf8bdfc5535e27ba2ce431e62c7bff5bceef3fb (diff)
downloadlua-language-server-cd936908fa743c8699d8a72d7b4ee32a3afbc4a8.zip
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
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`