From d2e32f257e7c2e07023d154f907387d140af3f40 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Sep 2018 11:17:23 -0700 Subject: Update changelog, AUTHORS.md. --- AUTHORS.md | 3 + changelog | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 237 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 3b6b8da55..99cba1c2d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -15,6 +15,7 @@ - Andreas Lööw - Andrew Dunning - Antoine Latter +- Antonio Terceiro - Arata Mizuki - Arlo O'Keeffe - Artyom Kazak @@ -75,6 +76,7 @@ - Igor Khorlo - Ilya V. Portnov - Ivo Clarysse +- J. B. Rainsberger - J. Lewis Muir - Jaime Marquínez Ferrándiz - Jakob Voß @@ -96,6 +98,7 @@ - Jonas Smedegaard - Jonathan Daugherty - Jose Luis Duran +- José de Mattos Neto - Josef Svenningsson - Julien Cretel - Juliusz Gonera diff --git a/changelog b/changelog index 1b550d56d..5ef674b65 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,237 @@ +pandoc (2.3) + + * Add `--metadata-file` option (Mauro Bieg, #1960), which allows + users to specify metadata in a YAML file, regardless of the + input format (#1960). + + * Text.Pandoc.Writers.Shared: export `isDisplayMath` (API change). + + * Text.Pandoc.Readers.Markdown: export `yamlToMeta` (API change, + Mauro Bieg). + + * Text.Pandoc.Readers.LaTeX.Types: + + + New type `ArgSpec` (API change). + + Second parameter of `Macro` constructor is now `[ArgSpec]` instead of + `Int` (API change). + + * Markdown reader: + + + Use `tex` instead of `latex` for raw tex-ish content. We can't + always tell if it's LaTeX, ConTeXt, or plain TeX. Better just to + use `tex` always. Note that if `context` or `latex` specifically + is desired, you can still force that in a markdown document by + using the raw attribute. Note that this change may affect some + filters, if they assume that raw tex parsed by the Markdown reader + will be RawBlock (Format `latex`). In most cases it should be + trivial to modify the filters to accept `tex` as well. + + Refactor and reorganize YAML code (Mauro Bieg). + + * HTML reader: + + + Parse `