aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-31 22:07:12 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-31 22:07:12 -0600
commit677ccb7138d495e93183f990fe73e4d95535c3ed (patch)
treed65a8559f4021a49c582e585cf92226ba770ac17 /changelog.md
parent62f46b3995425c9a3ec87cba0eb8a4d736adec07 (diff)
downloadpandoc-677ccb7138d495e93183f990fe73e4d95535c3ed.tar.gz
Bump to 2.14.0.1; update changelog and man page.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index e8761320d..c23f2b665 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,26 @@
# Revision history for pandoc
+## pandoc 2.14.0.1 (2021-06-01)
+
+ * Commonmark reader: Fix regression in 2.14 with YAML metdata block parsing,
+ which could cause the document body to be omitted after metadata (#7339).
+
+ * HTML reader: fix column width regression in 2.14 (#7334).
+ Column widths specified with a style attribute were off by a factor of 100.
+
+ * Markdown reader: in `rebasePaths`, check for both Windows and Posix
+ absolute paths. Previously Windows pandoc was treating
+ `/foo/bar.jpg` as non-absolute.
+
+ * Text.Pandoc.Logging: In rendering `LoadedResource`, use relative paths.
+
+ * Docx writer: fix regression on captions (#7328). The "Table Caption"
+ style was no longer getting applied. (It was overwritten by "Compact.")
+
+ * Use commonmark-extensions 0.2.1.2
+
+ * Use smaller images in tests, reducing the size of the source tarball by 8 MB.
+
## pandoc 2.14 (2021-05-28)
* Change reader types, allowing better tracking of source positions