summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-28 21:25:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-28 21:25:10 -0800
commitbc8b4de3e81971eb0f05ed02b7b2ebaacc3d1959 (patch)
treee68c37fa9b43612140877e5e9f1cd80e789cb97f /changelog
parent12b792ba73996256002536bf540ad625d8d973d2 (diff)
Update changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelog b/changelog
index 7d1646bb7..960fe381b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+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.Class: make `FileTree` opaque (don't export
+ `FileTree` cosntructor). This forces users to interact with it using
+ `insertInFileTree` and `getFileInfo`, which normalize file names.
+
pandoc (2.0.6)
* Added `jats` as an input format.