Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 1, 2017
1 parent 9b513b8 commit d20544d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d20544d

Please sign in to comment.