aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-04 07:42:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-04 07:42:12 -0700
commitb895ed50f85dfbb6b93809b8d39d45512b1b10c4 (patch)
tree2745e337356599b1d546be257f60b72d60499821
parent34510949ca89dd6fe613ae11c0422d0506d72a29 (diff)
downloadpandoc-b895ed50f85dfbb6b93809b8d39d45512b1b10c4.tar.gz
Updated changelog.
-rw-r--r--changelog22
1 files changed, 13 insertions, 9 deletions
diff --git a/changelog b/changelog
index 45da0a3b4..c9250e3e9 100644
--- a/changelog
+++ b/changelog
@@ -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
@@ -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.
@@ -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).