Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jun 4, 2016
1 parent 3451094 commit b895ed5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions changelog
Expand Up @@ -12,13 +12,13 @@ pandoc (1.17.1)
of `:PROPERTIES:` drawers. All available attributes are stored as
key/value pairs. This reflects the way the org reader handles
`:PROPERTIES:` blocks.
+ Add drawer capability (Carlos Sosa). For the implementation of the Drawer
element in the Org Writer, we make use of a generic Block container with
attributes. The presence of a `drawer` class defines that the `Div`
constructor is a drawer. The first class defines the drawer name to use.
The key-value list in the attributes defines the keys to add inside the
Drawer. Lastly, the list of Block elements contains miscellaneous blocks
elements to add inside of the Drawer.
+ Add drawer capability (Carlos Sosa). For the implementation of the
Drawer element in the Org Writer, we make use of a generic Block
container with attributes. The presence of a `drawer` class defines
that the `Div` constructor is a drawer. The first class defines the
drawer name to use. The key-value list in the attributes defines
the keys to add inside the Drawer. Lastly, the list of Block elements
contains miscellaneous blocks elements to add inside of the Drawer.
+ Use `CUSTOM_ID` in properties (Albert Krewinkel). The `ID` property is
reserved for internal use by Org-mode and should not be used.
The `CUSTOM_ID` property is to be used instead, it is converted to the
Expand All @@ -43,8 +43,8 @@ pandoc (1.17.1)
+ brazilian -> brazil for polyglossia (#2953).

* HTML writer: Ensure mathjax link is added when math appears in footnote
(#2881). Previously if a document only had math in a footnote, the MathJax
link would not be added.
(#2881). Previously if a document only had math in a footnote, the
MathJax link would not be added.

* EPUB writer: set `navpage` variable on nav page.
This allows templates to treat it differently.
Expand Down Expand Up @@ -218,6 +218,10 @@ pandoc (1.17.1)
options: Scale=MatchLowercase
font: Liberation

* Create unsigned msi as build artifact in appveyor build.

* On travis, test with ghc 8.0.1; drop testing for ghc 7.4.1.

pandoc (1.17.0.3)

* LaTeX writer: Fixed position of label in figures (#2813).
Expand Down

0 comments on commit b895ed5

Please sign in to comment.