Update changelog.
This commit is contained in:
parent
fef484c4d0
commit
14cc82bcc7
2 changed files with 23 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
- Eric Seidel
|
||||
- Felix Yan
|
||||
- Florian Eitel
|
||||
- Francesco Occhipinti
|
||||
- François Gannaz
|
||||
- Freiric Barral
|
||||
- Freirich Raabe
|
||||
|
|
22
changelog
22
changelog
|
@ -32,6 +32,14 @@ pandoc (2.1.3)
|
|||
* Docx writer: Fixed formatting of `DefaultStyle` ordered lists in
|
||||
docx writer. We want decimal for the top level, not lower roman.
|
||||
|
||||
* RST writer:
|
||||
|
||||
+ Strip whitespace at beginning and ending of inline containers
|
||||
(#4327, Francesco Occhipinti).
|
||||
+ Filter out empty inline containers (#4434). There is nothing in
|
||||
RST that corresponds to e.g. `Emph []`, so we just ignore elements
|
||||
like this (Francesco Occhipinti).
|
||||
|
||||
* Muse writer (Alexander Krotov):
|
||||
|
||||
+ Support spans with anchors.
|
||||
|
@ -74,8 +82,22 @@ pandoc (2.1.3)
|
|||
* Add custom prelude to give clean code for Monoid and Semigroup
|
||||
that works with GHC 7.10-8.4.
|
||||
|
||||
* Text.Pandoc.Writers.Shared (Francesco Occhipinti):
|
||||
|
||||
+ Export `stripLeadingTrailingSpace`.
|
||||
+ Don't wrap lines in grid tables when `--wrap=none` (#4320).
|
||||
+ `gridTable`: Don't wrap lines in tables when `--wrap=none`. Instead,
|
||||
expand cells, even if it results in cells that don't respect relative
|
||||
widths or surpass page column width. This change affects RST,
|
||||
Markdown, and Haddock writers.
|
||||
|
||||
* Raise error if someone tries to print docx, odt, etc. template (#4441).
|
||||
|
||||
* latex template: Provide `bidi` package's option using
|
||||
`\PassOptionsToPackage` (#4357, Václav Haisman). This avoid a
|
||||
clash when `polyglossia` loads it first and then it is loaded again
|
||||
for XeLaTeX.
|
||||
|
||||
* Use latest pandoc-types, skylighting.
|
||||
|
||||
* Bump upper bound for time, criterion, haddock-library, exceptions,
|
||||
|
|
Loading…
Reference in a new issue