diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-19 21:02:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-19 21:02:35 +0800 |
commit | e8be91f22298a01447052e9f7acce84f55e83c2a (patch) | |
tree | 217030b51b7a08ef513d356526d8ad09d02489a6 | |
parent | 8cb9c6ffac1f7c3875c02a66e9996190a39701cc (diff) | |
download | lua-language-server-e8be91f22298a01447052e9f7acce84f55e83c2a.zip |
2.3.1
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 08a4d009..d5864a7c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 2.3.1 +`2021-7-19` * `NEW` setting `Lua.workspace.userThirdParty`, add private user [third-parth](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd) by this setting * `CHG` path in config supports `~/xxxx` * `FIX` `autoRequire` inserted incorrect code |