aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md38
-rw-r--r--pandoc.cabal2
2 files changed, 39 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index f66c3ce2f..9b2f404d6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,43 @@
# Revision history for pandoc
+## pandoc 3.1.12.3 (2024-03-14)
+
+ * Markdown reader: Fix bug with footnotes at end of fenced div (#9576).
+
+ * LaTeX reader:
+
+ + Improve tokenization of `@` (#9555). Make tokenization sensitive to
+ `\makeatletter`/`\makeatother`. Previously we just always treated
+ `@` as a letter. This led to bad results, e.g. with the sequence `\@`.
+ E.g., `a\@ b` would parse as "ab" and `a\@b` as "a".
+ + Make `withRaw` work inside `parseFromToks` (#9517).
+ This is needed for raw environments to work inside table cells.
+
+ * Typst writer: add 'kind' parameter to figures (#9574).
+
+ * LaTeX template: Fix block headings support for unnumbered paragraphs
+ (#9542, #6018, Oliver Fabel).
+
+ * HTML templates: Replace polyfill provider (#2384, @SukkaW).
+ Replace polyfill.io with cdnjs.cloudflare.com/polyfill.
+ polyfill.io has been acquired by Funnull, and the service has
+ become unstable.
+
+ * Korean translations: delete colon in translation for 'to'.
+ This was invalid YAML, and not desired anyway, since a colon
+ is added.
+
+ * Use latest commonmark, commonmark-extensions.
+ This fixes a 3.12 regression in parsing of commonmark/gfm autolinks
+ (jgm/commonmark-hs#151).
+
+ * Depend on djot 0.1.1.2, which fixes a serious parsing bug affecting
+ regular paragraphs after lists.
+
+ * Depend on latest skylighting, skylighting-core, typst-hs, texmath.
+
+ * MANUAL.txt: Change broken link to IDML cookbook (#9563).
+
## pandoc 3.1.12.2 (2024-02-29)
* Docx reader:
diff --git a/pandoc.cabal b/pandoc.cabal
index 06c40d487..166a52993 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
-version: 3.1.12.2
+version: 3.1.12.3
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md