summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-06-23 16:49:23 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-06-23 18:18:56 +0200
commitf82b92999e8309155df3e665e25a261c26b0e93d (patch)
treef92bfd34908e88e068292b7b1d2897fa4c4c5d08 /user_guide_src/source/changelog.rst
parent282e02c7d66085d3c6d4c85eed4a1581389b5e63 (diff)
Added ['reuse_query_string'] to Pagination.
This allows automatic repopulation of query string arguments, combined with normal URI segments.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index f8eb59644..29084ed9b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -170,6 +170,7 @@ Release Date: Not Released
- Added support for the anchor "rel" attribute.
- Added support for setting custom attributes.
- Deprecated usage of the "anchor_class" setting (use the new "attributes" setting instead).
+ - Added $config['reuse_query_string'] to allow automatic repopulation of query string arguments, combined with normal URI segments.
- Core