diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-08 17:01:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-08 17:01:03 +0800 |
commit | eab6e7b40c7443c42f9e76695163abdbc304a32d (patch) | |
tree | 9ee6978c4d920b1bd5414fbcc0a492183ae7742b | |
parent | 7106bc546af5a6d88941b645412eb4c063c5a912 (diff) | |
download | lua-language-server-eab6e7b40c7443c42f9e76695163abdbc304a32d.zip |
update changelog
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index d0953b97..fe89ca94 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ # changelog ## 2.2.0 +* `NEW` detect and apply third-party libraries, including: + * OpenResty + * Cocos4.0 + * Jass * `NEW` `LuaDoc`: supports literal table: ```lua ---@generic T |