aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornullchilly <nullchilly@gmail.com>2023-03-11 17:57:07 +0700
committernullchilly <nullchilly@gmail.com>2023-03-12 10:30:46 +0700
commit2ae54cef6e54ea97e2a18943389a9dba9ad365d2 (patch)
tree2ef323affa789a79959c8f2784504276462ad1db
parent36ca082a11e70e84c985a62db293732ea527ea01 (diff)
downloadrneovim-2ae54cef6e54ea97e2a18943389a9dba9ad365d2.tar.gz
rneovim-2ae54cef6e54ea97e2a18943389a9dba9ad365d2.tar.bz2
rneovim-2ae54cef6e54ea97e2a18943389a9dba9ad365d2.zip
docs: add removed features in news.txt
-rw-r--r--runtime/doc/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 801b74df45..da9ebd589f 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -237,6 +237,10 @@ The following deprecated functions or APIs were removed.
• |LanguageTree:parse()| no longer returns changed regions. Please use the
`on_changedtree` callbacks instead.
+• `vim.highlight.create()`, `vim.highlight.link()` were removed, use |nvim_set_hl()| instead.
+
+• `require'health'` was removed. Use |vim.health| instead.
+
==============================================================================
DEPRECATIONS *news-deprecations*