diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:37:07 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:37:07 +0100 |
commit | a704aa715b682df78552fab76a7f5ba9cbe06923 (patch) | |
tree | 2344bd1053f86052a27595f0a97c54120bcfa609 /user_guide_src/source | |
parent | 631b0b93b64d028bb310dba22fefa8e3ef39143f (diff) |
Add 'cache_query_string' configuration option
Close #2349
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
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: |