summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-08 22:25:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-08 22:25:26 -0700
commit6c44e66f2f0c581e8d62b09d611901acec7d6456 (patch)
treec78cc56cf2d6df4eedb77cde9f101a3fa2235911 /changelog
parentbc06ef0edb79b1b1fbaef8dffec223285ac72b3a (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index 2c030a9e5..f58a38a38 100644
--- a/changelog
+++ b/changelog
@@ -299,6 +299,8 @@ pandoc (1.13)
* `Text.Pandoc.Shared`:
+ + Added `collapseFilePath`, which removes intermediate `.` and
+ `..` from a path (Matthew Pickering).
+ Added `fetchItem'`, which works like `fetchItem` but searches
a `MediaBag` before looking on the net or file system.
+ Added `withTempDir` (API change).
@@ -338,6 +340,10 @@ pandoc (1.13)
extensions (API change)`.
+ Added `Ext_compact_definition_lists` (API change).
+ Added `Ext_epub_html_exts` (API change).
+ + Added `Ext_native_divs` and `Ext_native_spans` (API change).
+ This allows users to turn off the default pandoc behavior of
+ parsing contents of div and span tags in markdown and HTML
+ as native pandoc Div blocks and Span inlines.
* `Text.Pandoc.Parsing`