From 84113c367473ab3ecb32a2e8d406266d9f0bb25a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 23 Jun 2013 15:07:17 +0200 Subject: [PATCH] Update history to reflect merge of #1198. --- History.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.markdown b/History.markdown index 9559d3bf..0d08c354 100644 --- a/History.markdown +++ b/History.markdown @@ -2,7 +2,12 @@ ### Major Enhancements ### Minor Enhancements + * Search the hierarchy of pagination path up to site root to determine template page for + pagination. (#1198) + ### Bug Fixes + * Fix pagination in subdirectories. (#1198) + ### Development Fixes * Merge the theme and layout cucumber steps into one step (#1151)