aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-08-06 21:37:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-06 21:37:15 -0700
commit030e8969c766446f498a478c142c200946b63089 (patch)
treefdaaac625e7f77fbbea1fd00239737901b44ac93 /changelog
parent94c3753c08073fea030119c6944997c33b8eae56 (diff)
downloadpandoc-030e8969c766446f498a478c142c200946b63089.tar.gz
Bump to 2.2.3.1, update man page and changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index e3b3085ac..755150d77 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+pandoc (2.2.3.1)
+
+ * Markdown reader: Fix parsing of embedded mappings in YAML metadata
+ (#4817). This fixes a regression in 2.2.3 which caused embedded
+ mappings (e.g. mappings in sequences) not to work in YAML metadata.
+
pandoc (2.2.3)
* RST reader: improve parsing of inline interpreted text roles (#4811).