From bc8b4de3e81971eb0f05ed02b7b2ebaacc3d1959 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 28 Dec 2017 21:25:10 -0800 Subject: Update changelog. --- changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'changelog') 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. -- cgit v1.2.3