aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-21 10:25:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-21 10:25:12 -0800
commit03c1bffab6a87e24cc5074f3c521d3694207f6ea (patch)
treeaa57fa40dacbc4b49bca8e780dd195a8aa596c6b
parent3f595659a3ed28f8dfdb6a378cc9d4e97b9a3a54 (diff)
downloadpandoc-03c1bffab6a87e24cc5074f3c521d3694207f6ea.tar.gz
Update changelog.
-rw-r--r--changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index bf054806c..af16ecb6d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -54,6 +54,12 @@
(#7692). Previously we sometimes lost attributes when rendering links
as autolinks.
+ * Text.Pandoc.Readers.Metadata: allow multiple YAML documents when parsing
+ YAML for `yamlBsToRefs`. Some people use `---` as the end delimiter in
+ YAML bibliography files, which causes the `yaml` library to emit an
+ error unless we explicitly allow multiple YAML documents (and just
+ consider the first).
+
* JATS writer:
+ Ensure figures are wrapped with `<p>` in list items