summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-31 21:36:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-31 21:36:36 -0700
commit0b283252a54eb93bd7a3f71ccaa7f1022daad94b (patch)
tree05d4b69ad9d6e74191530aea50693083c68d9407
parenta25843238c74d6ed2013f946dffd234e4827de73 (diff)
Update changelog.
-rw-r--r--changelog49
1 files changed, 49 insertions, 0 deletions
diff --git a/changelog b/changelog
index f95f809d1..0f0e8ac7f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,52 @@
+pandoc (2.0.1)
+
+ * Fixed regression in parsing of HTML comments in markdown and other
+ non-HTML formats (`Text.Pandoc.Readers.HTML.htmlTag`) (#4019).
+ The parser stopped at the first `>` character, even if it wasn't
+ the end of the comment.
+
+ * Creole reader (Sascha Wilde):
+
+ + Fix some minor typos and formatting.
+ + Add additional test on nowiki-block after para.
+ + Fix lists with trailing white space.
+
+ * LaTeX reader: handle `%` comment right after command.
+ For example, `\emph%`.
+
+ * Markdown reader: make sure fenced div closers work in lists.
+ Previously the following failed:
+
+ ::: {.class}
+ 1. one
+ 2. two
+ :::
+
+ and you needed a blank line before the closing `:::`.
+
+ * Make `fenced_divs` affect the Markdown writer. If `fenced_divs` is
+ enabled, Divs will be rendered as fenced divs.
+
+ * LaTeX/Beamer writer: support "blocks" inside columns and other Divs
+ (#4016).
+
+ * JATS writer: Properly pass through author metadata (#4020).
+
+ * FB2 writer: write blocks outside of `<p>` in definitions
+ (Alexander Krotov).
+
+ * `Text.Pandoc.ImageSize`: Add `Millimeter` constructor to `Dimension`
+ (#4012) [API change]. Now sizes given in 'mm' are no longer converted
+ to 'cm'.
+
+ * Revise documentation of small caps syntax (Andrew Dunning, #4013).
+
+ * Fix broken reference links in manual (Andrew Dunning, #4014)
+
+ * Fixed example of slide columns structure in changelog (#4015).
+ Also documented this feature in MANUAL.txt.
+
+
pandoc (2.0.0.1)
* EPUB writer: