diff options
author | sumneko <sumneko@hotmail.com> | 2021-10-01 16:40:34 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-10-01 16:40:34 +0800 |
commit | 1eb1a9b5a413e30b2831fa3d7ee23cc35a7131dd (patch) | |
tree | 5c247711645ac77c7a7de6afcef1b13439caa938 /changelog.md | |
parent | a6a610074224dca8e011270a3bed6116e26059a0 (diff) | |
download | lua-language-server-1eb1a9b5a413e30b2831fa3d7ee23cc35a7131dd.zip |
update changelog
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 a9838e45..a0bd04ed 100644 --- a/changelog.md +++ b/changelog.md @@ -34,6 +34,7 @@ ---@module 'mylib' local lib -- the same as `local lib = require 'mylib'` ``` +* `NEW` add supports of `skynet` * `CHG` hover: improve showing multi defines * `CHG` hover: improve showing multi comments at enums * `CHG` hover: shows method |