diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-31 17:57:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-31 17:57:25 +0800 |
commit | ee6fc1dd36ab448a6d3e1d9a3d2c0089bf2b678e (patch) | |
tree | a87995dac75a1a77ec6d36c75d3940c691a8ea7e /changelog.md | |
parent | 83427096a606baedebb7c59af4e525e8a290f1eb (diff) | |
download | lua-language-server-ee6fc1dd36ab448a6d3e1d9a3d2c0089bf2b678e.zip |
close #311 generate function documentation
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 f3153bae..e20baff4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ # changelog -## 1.8.3 +## 1.9.0 * `NEW` specify path of `log` and `meta` by `--logpath=xxx` and `--metapath=XXX` in command line * `NEW` completion: worksapce word * `NEW` completion: show words in comment +* `NEW` completion: generate function documentation * `CHG` got arg after script name: `lua-language-server.exe main.lua --logpath=D:\log --metapath=D:\meta --develop=false` * `FIX` runtime errors |