aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 20d20d9a90..ac9e60637a 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -84,6 +84,8 @@ The following new APIs or features were added.
• |nvim_set_keymap()| and |nvim_del_keymap()| now support abbreviations.
+• Added |lsp-handler| for inlay hints: `textDocument/inlayHint` and
+ `workspace/inlayHint/refresh`
==============================================================================
CHANGED FEATURES *news-changed*