diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-03-01 16:39:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-03-01 16:39:42 +0800 |
commit | 2c95a6f41af204be845edd57fecc405cac93f3e2 (patch) | |
tree | eeb7125e90a36fa1c24615cb617158297807829a /changelog.md | |
parent | c0b3043e867a6829a47600cdcc0f1205a00664bc (diff) | |
download | lua-language-server-2c95a6f41af204be845edd57fecc405cac93f3e2.zip |
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 62d9c366..d5d1d635 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 3.6.12 +* `NEW` [Addon Manager](https://github.com/LuaLS/lua-language-server/discussions/1607), try it with command `lua.addon_manager.open`. Thanks to [carsakiller](https://github.com/carsakiller)! + ## 3.6.11 `2023-2-13` * `CHG` completion: don't show loading process |