summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-11-24 14:57:42 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-11-24 15:02:45 +0100
commitcce45f858d221feba4b10b90f9f0dba7e23d2ee8 (patch)
treeda82b3c32859edd41dd206bf4383e9e86d83dd88
parent77af25b4c3297cdd011a4c3c2755ffcac9807b7d (diff)
Changelog: fix description of lua filters in 2.0 release
Lua filters were initially run *after* conventional (JSON) filters. However, this was changed later to make it easier to deal with files in the mediabag. The changelog is updated to describe that feature of the 2.0 release correctly.
-rw-r--r--changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog b/changelog
index b1c2f1794..04c607f49 100644
--- a/changelog
+++ b/changelog
@@ -378,7 +378,7 @@ pandoc (2.0)
* Added lua filters (Albert Krewinkel, #3514). The new `--lua-filter`
option works like `--filter` but takes pathnames of special lua filters
and uses the lua interpreter baked into pandoc, so that no external
- interpreter is needed. Note that lua filters are all applied after
+ interpreter is needed. Note that lua filters are all applied before
regular filters, regardless of their position on the command line.
For documentation of lua filters, see `doc/lua-filters.md`.