diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 00:26:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 00:26:13 +0800 |
commit | 8b5c02c49fa397a40f03dc5c27dd6872dee13b2c (patch) | |
tree | e32be7bba8631552620d8e0c9c418749b7985192 /changelog.md | |
parent | c4f70450e6727a693586ad7941581ac51014545c (diff) | |
download | lua-language-server-8b5c02c49fa397a40f03dc5c27dd6872dee13b2c.zip |
move inlay-hint to LSP
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 bd35dfca..90e7e516 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 3.1.0 +* `CHG` inlay-hint: move to LSP. Its format is now controlled by the client. + ## 3.0.2 `2022-4-15` * `FIX` `table<string, boolean>[string] -> boolean` |