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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 20af29430a..890a033268 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -67,6 +67,10 @@ NEW FEATURES *news-features*
The following new APIs or features were added.
+• Added a new experimental |lua-loader| that byte-compiles and caches lua files.
+ To enable the new loader, add the following at the top of your |init.lua|: >lua
+ vim.loader.enable()
+
• Added |lua-version| for parsing and comparing version strings conforming to
the semver specification.