summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-28 23:25:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-28 23:25:50 -0800
commit37778077debda3b1af80be92728c3a675f8ed384 (patch)
tree3045bc1371d8e1567d7923e8dcd9e42f049d0397 /changelog
parent710c658d4fffb43b0005a6cb126307b387091d2e (diff)
Update changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog10
1 files changed, 5 insertions, 5 deletions
diff --git a/changelog b/changelog
index 8abd16474..39de8534b 100644
--- a/changelog
+++ b/changelog
@@ -1,10 +1,10 @@
pandoc (2.1)
- * Filter changes (#4196). Previously we ran all lua filters before
- JSON filters. Now we run filters in the order they are presented on
- the command line, whether lua or JSON. There are two incompatible API
- changes: The type of `applyFilters` has changed, and `applyLuaFilters`
- has been removed.
+ * Text.Pandoc.App: Filter changes (#4196). Previously we ran all lua
+ filters before JSON filters. Now we run filters in the order they are
+ presented on the command line, whether lua or JSON. There are two
+ incompatible API changes: The type of `applyFilters` has changed, and
+ `applyLuaFilters` has been removed. `Filter` is also now exported.
* Text.Pandoc.Class: make `FileTree` opaque (don't export
`FileTree` constructor). This forces users to interact with it using