Bump to 3.1 and update changelog.

This commit is contained in:
John MacFarlane
2023-02-08 17:27:54 -08:00
parent 2a9cd05023
commit a04833f04b
2 changed files with 39 additions and 1 deletions
+38
View File
@@ -1,5 +1,43 @@
# Revision history for pandoc
## pandoc 3.1 (2023-02-09)
* Fix regression with `--print-highlight-style` option (#8586).
* Add new `--chunk-template` option (#8581), allowing more control
over the filenames in chunked HTML output.
* Text.Pandoc.App: Add `optChunkTemplate` constructor to Opt [API change].
* Text.Pandoc.Options: add `writerChunkTemplate` constructor to
`WriterOptions` [API change].
* Text.Pandoc.Chunks: add Data, Typeable, Generic instances for
`PathTemplate` [API change].
* Textile reader:
+ Support footnote backlinks (#8585, Stephen Altamirano).
+ Don't allow brackets in URLs (#8582).
* ODT reader: fix blockquote indent detection (#3437, Daniel Kessler).
* LaTeX writer: include short figure/table caption if one is given
(Albert Krewinkel). Short captions are used by LaTeX when generating
the list of figures or list of tables. Adding a short caption will
now overwrite the full caption in these lists.
* Improve handling of `%` in bib(la)tex parsing (#8597, #8595).
* Use released skylighting 0.13.2.1
* INSTALL.md: direct people to cabal install pandoc-cli.
* doc/lua-filters.md: document 'Figure' type and constructor (Albert
Krewinkel). Fix typos (Martin Joerg).
* Fix link in manual (#8583, Salim B).
## pandoc 3.0.1 (2023-01-25)
* Fix use of extensions with custom readers (#8571).
+1 -1
View File
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
version: 3.0.1
version: 3.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md