diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-07 15:07:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-07 15:07:10 +0800 |
commit | 17152f5f1c57d0cf953cfe2f8dbb4da66b347251 (patch) | |
tree | d39bf8766869868a74ed36f9726cc8037d154fef /changelog.md | |
parent | 50b9a199e5f4bc2bf2143f5d1b8747bac82d8272 (diff) | |
download | lua-language-server-17152f5f1c57d0cf953cfe2f8dbb4da66b347251.zip |
`LuaDoc` also catchs `--` (no need `---`)
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 41234e7a..51a5fe1d 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `NEW` hover function by keyword `function` * `NEW` code action: swap params * `CHG` unbind the relative path between binaries and scripts +* `CHG` `LuaDoc` also catchs `--` (no need `---`) ## 1.5.0 `2020-12-5` |