summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.