From 4cc0bdf8ff0d9df9042e40f5d3dc6aa42318c6ac Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 26 Nov 2013 19:46:46 -0600 Subject: [PATCH] Update history to reflect merge of #1759 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 134a4d35..ab15b65e 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,8 @@ ### Minor Enhancements * Add a `--prefix` option to passthrough for the importers (#1669) + * Push the paginator plugin lower in the plugin priority order so + other plugins run before it (#1759) ### Bug Fixes * Fix the include tag when ran in a loop (#1726)