From be45bd65f51a3426b854e710215cbcef477fd7f0 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Tue, 4 Apr 2023 20:13:34 -0600 Subject: [PATCH] Doc: Note changes for 2023.04.04 --- doc/vimwiki.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index c54ad4c..f5ff0ba 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -4019,6 +4019,8 @@ master is retained as a legacy mirror of the dev branch. This is somewhat experimental, and will probably be refined over time. +2023.04.04~ + New:~ * Issue #1261: Feature: Support for in Markdown highlighting with yellow background and back foreground @@ -4027,6 +4029,8 @@ New:~ Also add the |blockquote_markers| variable Fixed:~ + * Issue #1267: Improve performance on link creation by speeding up + is_diary_file() * Issue #1229: Bug: VimwikiGoto without argument creates empty page * Issue #1316: Permit tags in heading and improve |VimwikiSearchTags| and |VimwikiRebuildTags|