aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlisue <lambdalisue@gmail.com>2023-08-07 04:10:32 +0900
committerAlisue <lambdalisue@gmail.com>2023-08-26 19:15:36 +0900
commitb641fc38749a2a52e40fa7eca6c7c41b1d9b031c (patch)
tree05e7eb6c0f95c474f608a44c10ac81886a923d85
parentb46e93c5fd2c73b99b618d4954ab8d1c71ad3fb0 (diff)
downloadrneovim-b641fc38749a2a52e40fa7eca6c7c41b1d9b031c.tar.gz
rneovim-b641fc38749a2a52e40fa7eca6c7c41b1d9b031c.tar.bz2
rneovim-b641fc38749a2a52e40fa7eca6c7c41b1d9b031c.zip
docs(megpack_rpc): add news entry for msgpack-rpc client type
-rw-r--r--runtime/doc/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 637a33b555..56bdd07171 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -152,6 +152,9 @@ The following new APIs and features were added.
• Functions that take a severity as an optional parameter (e.g.
|vim.diagnostic.get()|) now also accept a list of severities |vim.diagnostic.severity|
+• New RPC client type `msgpack-rpc` is added for `nvim_set_client_info` to
+ support fully MessagePack-RPC compliant clients.
+
==============================================================================
CHANGED FEATURES *news-changed*