diff options
| author | John MacFarlane <[email protected]> | 2024-02-17 10:05:34 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-17 10:05:34 -0800 |
| commit | 8d63ed444901d0c5ef675788dbd90ea99e2f494c (patch) | |
| tree | 9b4866d9d37869b5822ca3fb01add4280d611545 /changelog.md | |
| parent | aa759c430056cb46c61ffe007e18905fbcd8f277 (diff) | |
Bump to 3.1.12.1, update changelog and manuals.pandoc-cli-3.1.12.13.1.12.1
Diffstat (limited to 'changelog.md')
| -rw-r--r-- | changelog.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 4ecbc814c..578517072 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Revision history for pandoc +## pandoc 3.1.12.1 (2024-02-17) + + * EPUB writer: omit EPUBv3-specific accessibility features on epub2 + (#9469). Fixes a regression in 3.1.12. + + * More fixes for SVG ids with `--self-contained` (#9467). + This generalizes the fix to #9420 so it applies to things like + `style="fill(url(#..."` and should fix problems with SVGs including + gradients. + + * Powerpoint writer: properly handle math in headings and tables (#9465). + This ensures that paragraphs containing math are wrapped in + a `mc:AlternateContent` node as required. + + * Makefile: make validate-epub check v2 output too. + ## pandoc 3.1.12 (2024-02-14) * Add `djot` as input and output format. Djot is a light markup syntax |
