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.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 24af07a34b..c0f3b31cf7 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -49,7 +49,12 @@ BUILD
DIAGNOSTICS
-• todo
+• |diagnostic-signs| can no longer be configured with |:sign-define| or
+ |sign_define()| (deprecated in Nvim 0.10 |deprecated-0.10|).
+• |vim.diagnostic.disable()| and |vim.diagnostic.is_disabled()| (deprecated in
+ Nvim 0.10 |deprecated-0.10|) are removed.
+• The legacy signature of |vim.diagnostic.enable()| (deprecated in Nvim 0.10
+ |deprecated-0.10|) is no longer supported.
EDITOR