Update history to reflect merge of #1198.

This commit is contained in:
Parker Moore 2013-06-23 15:07:17 +02:00
parent f9d1739680
commit 84113c3674
1 changed files with 5 additions and 0 deletions

View File

@ -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)