summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-31 21:42:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-31 21:42:55 -0700
commitd20544dd4f61945d713d26c1ba0c5005fa616b67 (patch)
tree36481c5c04db22376e50833592a12176d1c9884b
parent9b513b8a7a6fd1986ac8c4f7778f3ad3b54edfbb (diff)
Update changelog.
-rw-r--r--changelog14
1 files changed, 12 insertions, 2 deletions
diff --git a/changelog b/changelog
index 0f0e8ac7f..01de7770d 100644
--- a/changelog
+++ b/changelog
@@ -30,10 +30,20 @@ pandoc (2.0.1)
* LaTeX/Beamer writer: support "blocks" inside columns and other Divs
(#4016).
+ * HTML Writer: consistently use dashed class-names (Mauro Bieg, #3556).
+ Note: this change may require some changes in CSS rules.
+ `footnoteRef` has become `footnote-ref`, `titleslide` has
+ become `title-slide`, and `footnoteBack` has become `footnote-back`.
+
* JATS writer: Properly pass through author metadata (#4020).
- * FB2 writer: write blocks outside of `<p>` in definitions
- (Alexander Krotov).
+ * FB2 writer (Alexander Krotov):
+
+ + Write blocks outside of `<p>` in definitions.
+ + Make bullet lists consistent with ordered lists, repeating
+ the marker for the outer list rather than indenting sublists,
+ since indentation does not work in readers.
+ + Add new style FB2 tests.
* `Text.Pandoc.ImageSize`: Add `Millimeter` constructor to `Dimension`
(#4012) [API change]. Now sizes given in 'mm' are no longer converted