aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-03-23 21:16:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-03-23 21:16:24 -0700
commitadcce0c230bf3b44cf7c4bd8fcb461bb46a11bab (patch)
tree79b5e3e7d88f873c58d3381cd40aa695b509923e /changelog.md
parent8730eea9303031a30d564aec42d524af07b88b6c (diff)
downloadpandoc-adcce0c230bf3b44cf7c4bd8fcb461bb46a11bab.tar.gz
Tweaks to changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 44e214708..638141453 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Revision history for pandoc
-## pandoc 2.9.2.1 PROVISIONAL (2020-XX-XX)
+## pandoc 2.9.2.1 (2020-03-23)
* Markdown reader: Fix table alignment when heading begins with t (#6153).
Due to a typo (`t` instead of `\t`) we were center aligning column
@@ -20,8 +20,8 @@
preceded by a newline and the first table cell had no space
after the initial `|` characters.
+ Fix parsing of strikeout, emphasis (#6196). A bug was fixed which
- caused non-emphasized text containing digits and/or non-special symbols
- (like dots) to sometimes be parsed incorrectly.
+ caused non-emphasized text containing digits and/or non-special
+ symbols (like dots) to sometimes be parsed incorrectly.
+ Support colored inline text, indented lists (#6183, #6184).
* Ms writer: