mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Bump pandoc/pandoc-cli to 3.7.0.1, update changelog.
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Revision history for pandoc
|
||||
|
||||
## pandoc 3.7.0.1 (2025-05-16)
|
||||
|
||||
* Text.Pandoc.Shared.Writer: Fix numerous problems with `gridTable` and add
|
||||
tests (#10848). These fixes affect the Markdown, RST, and Muse writers.
|
||||
|
||||
* Fix context writer/template to produce tagged PDFs (#10846).
|
||||
As before, the `tagging` extension must be enabled.
|
||||
We now add the command that tells ConTeXt to start tagging.
|
||||
|
||||
## pandoc 3.7 (2025-05-14)
|
||||
|
||||
* Add new command-line option `--variable-json` (#10341).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc-cli
|
||||
version: 3.7
|
||||
version: 3.7.0.1
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
@@ -70,7 +70,7 @@ executable pandoc
|
||||
buildable: True
|
||||
-- Note: we always link to an exact version of pandoc, with the
|
||||
-- same version as this package:
|
||||
build-depends: pandoc == 3.7,
|
||||
build-depends: pandoc == 3.7.0.1,
|
||||
text
|
||||
other-modules: PandocCLI.Lua
|
||||
, PandocCLI.Server
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc
|
||||
version: 3.7
|
||||
version: 3.7.0.1
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
|
||||
Reference in New Issue
Block a user