From 510b749e45938478b80110aebb7eb7f13f6491c8 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Sat, 2 May 2020 21:14:47 +0100 Subject: [PATCH] Write change log for version 1.3 of org.vim --- doc/org.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/org.txt b/doc/org.txt index dedd193..9c2f145 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -130,6 +130,15 @@ To disable italics only in a single buffer, use this instead: ============================================================================== 4. CHANGE LOG *org-changelog* +v1.3 [2020-05-02]~ + + * Added syntax highlighting of LaTeX math fragments. (Thanks Gavinok!) + * Improved detection of inline bold, italic, underline, strike through, + verbatim and code syntax. + * Grey out "strike through" text by default. + * Updated README content and added screenshots. + * Removed the "basic Org mode syntax" section from this document. + v1.2 [2020-02-15]~ * Improved syntax highlighting of links and turned off link concealing.