diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-28 23:25:50 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-28 23:25:50 -0800 |
commit | 37778077debda3b1af80be92728c3a675f8ed384 (patch) | |
tree | 3045bc1371d8e1567d7923e8dcd9e42f049d0397 | |
parent | 710c658d4fffb43b0005a6cb126307b387091d2e (diff) | |
download | pandoc-37778077debda3b1af80be92728c3a675f8ed384.tar.gz |
Update changelog.
-rw-r--r-- | changelog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |