diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-06-06 11:36:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-06-06 11:36:24 +0800 |
commit | f437ac3594cf56cbd6ce5160a03e716f5192e85e (patch) | |
tree | 237f321fab70249b751d858a9f2ad1bca9d2e235 | |
parent | c0de8e657bf8685691078b6a367a03a46997bf9c (diff) | |
download | lua-language-server-f437ac3594cf56cbd6ce5160a03e716f5192e85e.zip |
3.9.2
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index fd82281e..7891108a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,13 @@ ## Unreleased <!-- Add all new changes here. They will be moved under a version at release --> + +## 3.9.2 +`2024-6-6` * `NEW` Reference workspace symbols in comments using `[some text](lua://symbolName)` syntax * `FIX` Don't do diagnostics when the workspace is not ready * `FIX` Autocompletion for enum values is not available in some cases + ## 3.9.1 `2024-5-14` * revert extension runtime |