Update changelog.

This commit is contained in:
John MacFarlane 2019-12-21 10:29:21 -08:00
parent 42f0b0cdab
commit d399b1fb38
2 changed files with 50 additions and 13 deletions

View file

@ -97,6 +97,7 @@
- Ilya V. Portnov
- Ivan Trubach
- Ivo Clarysse
- Jared Lander
- J. B. Rainsberger
- J. Lewis Muir
- Jaime Marquínez Ferrándiz

View file

@ -2,19 +2,48 @@
## pandoc 2.9.1 (PROVISIONAL)
* Add Jira reader (Albert Krewinkel, #5556).
* Jira writer: use jira-wiki-markup renderer (Albert Krewinkel,
#5926). The following improvements are included in this change:
+ non-jira raw blocks are fully discarded instead of showing
as blank lines;
+ table cells can contain multiple blocks;
+ unnecessary blank lines are removed from the output;
+ markup chars within words are properly surrounded by
braces;
+ preserving soft linebreaks via `--wrap=preserve` is
supported.
Note that backslashes are rendered as HTML entities, as there
appears no alternative to produce a plain backslash if it is
followed by markup. This may cause problems when used with
confluence, where rendering seems to fail in this case.
* Fix regression with `--number-sections`. Starting with 2.8,
`--number-sections` also had the effect of `--section-divs`,
even if `--section-divs` was not specified.
* Improved table of contents generation in markdown, RTF,
commonmark, better handling cases where section headings are
enclosed in divs.
* HTML reader: Add `nav` to list of block-level tags.
* Org reader: add table labels to caption if both are present
(#5984, Albert Krewinkel). The table `#+NAME:` or `#+LABEL:`
is added to the table's caption in the form of an empty span
with the label set as the span's ID.
* Org reader (Albert Krewinkel):
+ Add table labels to caption if both are present (#5984).
The table `#+NAME:` or `#+LABEL:` is added to the table's
caption in the form of an empty span with the label set as
the span's ID.
+ Report parsing errors properly.
+ Fix parsing problem for colons in headline (#5993).
+ Wrap named table in Div, using name as id (#5984).
* Text.Pandoc.PDF: Ensure UTF8 when printing source in
`--verbose` mode (#5997).
`--verbose` mode, avoiding an error on platforms that
default to something other than UTF-8 (#5997).
* Text.Pandoc.Templates: Strip directory before trying to find
partial in data files (#5987).
@ -25,6 +54,13 @@
* Added tests for `--toc` and `--section-divs`.
* Text.Pandoc.MIME: Added glsl MIME type for WebGL maps (#6000,
Jared Lander).
* MANUAL: A bit clearer explanation for `--base-header-level`.
We now say exactly how to translate between the deprecated
`--base-header-level` and `--shift-heading-level-by`.
* lua-filters.md remove spurious dot in title (#5996, Mauro
Bieg).