aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index e40fdda3f8..3cc59af63f 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -132,6 +132,11 @@ The following new APIs and features were added.
• |vim.wo| can now be double indexed for |:setlocal| behaviour. Currently only
`0` for the buffer index is currently supported.
+• Lua type annotations for:
+ • `vim.*`
+ • `vim.fn.*`
+ • `vim.api.*`
+
==============================================================================
CHANGED FEATURES *news-changed*