summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 19:19:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 19:19:14 +0800
commit4ba6d16c4d3347b104208dad127d9ea6415e66c2 (patch)
tree648c78bf91c2da090a0274b37c57759547f92283 /changelog.md
parentb96fcdde819031b20c49e2070a3aaf070fb74088 (diff)
downloadlua-language-server-4ba6d16c4d3347b104208dad127d9ea6415e66c2.zip
disable hint by default
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 6455926d..54a5676f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,7 @@
# changelog
## 3.1.0
-* `CHG` hint: move to LSP and enable by default. Its font is now controlled by the client.
+* `CHG` hint: move to LSP. Its font is now controlled by the client.
* `CHG` hover: split `local` into `local` / `parameter` / `upvalue` / `self`.
* `CHG` hover: added parentheses to some words, such as `global` / `field` / `class`.
* `FIX` definition of `table<k, v>`