aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-17 20:40:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-17 20:49:15 -0700
commit14cc82bcc7097351872dc233351627c90fb2a514 (patch)
tree77c755ba550d498f22288e18e5a02dd16394c56d
parentfef484c4d0c7f8ca7ceef59189b877cd9ac8728f (diff)
downloadpandoc-14cc82bcc7097351872dc233351627c90fb2a514.tar.gz
Update changelog.
-rw-r--r--AUTHORS.md1
-rw-r--r--changelog22
2 files changed, 23 insertions, 0 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 322c98067..c2d236983 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -51,6 +51,7 @@
- Eric Seidel
- Felix Yan
- Florian Eitel
+- Francesco Occhipinti
- François Gannaz
- Freiric Barral
- Freirich Raabe
diff --git a/changelog b/changelog
index a0ac0c9d9..e5599cf09 100644
--- a/changelog
+++ b/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,