aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-05-28 15:17:13 -0700
committerJohn MacFarlane <[email protected]>2025-05-28 15:17:13 -0700
commiteee797fc5df2250a85e80efd3a2c7029ddfc0b9d (patch)
tree3b8d97dbae49807cbc4ce5f431a8a5b28488033b /changelog.md
parent883c8725d506ceb84c489f315eedc0dce688a33c (diff)
Update changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 11b3927be..3aae24605 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,57 @@
# Revision history for pandoc
+## pandoc 3.7.0.2 (2025-05-28)
+
+ * RST writer:
+
+ + Don't emit alignment markers in grid tables (#10857).
+
+ * Asciidoc writer:
+
+ + Add support for sidebars (Greg).
+
+ * LaTeX writer:
+
+ + Include alt option in `\includegraphics` (#6095).
+
+ * Markdown writer:
+
+ + Preserve figure attributes (Nikolay Yakimov, #10867).
+ Fixes a regression introduced by 0d2114e, which caused the
+ Markdown writer to ignore attributes on the figure if it
+ has class or key-value attributes set.
+
+ * HTML writer:
+
+ + Use the ID prefix in the ID for the footnotes section (Benjamin Esham).
+
+ * Text.Pandoc.Writers.Shared:
+
+ + `gridTable`: fix (3.7) regression with missing cell alignments (#10853).
+ + `gridTable`: fix headings with colspans (#10855). If the heading
+ contains a colspan, we still need to include information in the header
+ line about the colspecs.
+ + `gridTable`: fix headerless tables. The top line should encode
+ colspan information.
+
+ * Text.Pandoc.SelfContained:
+
+ + Fix handling of empty script element (#10862). Previously in this
+ case the closing tag was dropped.
+ + Do not drop `data-` attributes in script tags (#10861).
+
+ * Lua subsystem (Albert Krewinkel):
+
+ + Add function `pandoc.mediabag.make_data_uri` (#10876).
+ The function takes a MIME type and raw data from which it creates an
+ RFC 2397 data URI.
+
+ * `tools/update-lua-module-docs`: fix handling of wikilinks (Albert Krewinkel).
+
+ * `doc/lua-filters.md`: add missing docs for `pandoc.Caption` (Albert Krewinkel).
+
+ * Require texmath 0.12.10.3, typst 0.8.0.1
+
## pandoc 3.7.0.1 (2025-05-17)
* Text.Pandoc.Shared.Writer: Fix numerous problems with `gridTable` and add