diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-29 15:17:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-29 15:17:01 +0800 |
commit | 17ed035be3da43e9039e70786db1665fd59b6736 (patch) | |
tree | d0fabc3d564a8ab0c12c1b3d3350f075551d9941 | |
parent | aadc150fc7d585fdb31d121e708acf1934dcf0e5 (diff) | |
download | lua-language-server-17ed035be3da43e9039e70786db1665fd59b6736.zip |
2.5.0
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index f1750f28..e04423b3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 2.5.0 +`2021-11-29` * `NEW` settings: + `Lua.runtime.pathStrict`: not check subdirectories when using `runtime.path` + `Lua.hint.await`: display `await` when calling a function marked as async |