summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-12-04 11:37:07 +0100
committerAndrey Andreev <narf@devilix.net>2014-12-04 11:37:07 +0100
commita704aa715b682df78552fab76a7f5ba9cbe06923 (patch)
tree2344bd1053f86052a27595f0a97c54120bcfa609 /user_guide_src
parent631b0b93b64d028bb310dba22fefa8e3ef39143f (diff)
Add 'cache_query_string' configuration option
Close #2349
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index fb97f94b5..38fd75971 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -505,8 +505,8 @@ Release Date: Not Released
- Added a second argument to method ``set_content_type()`` that allows setting the document charset as well.
- Added methods ``get_content_type()`` and ``get_header()``.
- Added method ``delete_cache()``.
+ - Added configuration option ``$config['cache_query_string']`` to enable taking the query string into account when caching.
- Changed caching behavior to compress the output before storing it, if ``$config['compress_output']`` is enabled.
- - Changed caching to take the query string into account.
- :doc:`Config Library <libraries/config>` changes include: