diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-03 19:19:38 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-03 19:19:38 +0100 |
commit | 335722503937979d9a6b10fc625c47527d3935f0 (patch) | |
tree | fe8b0c30f0b460d1bf2ce852468e8884400df7b5 /user_guide_src/source | |
parent | 16153d811c3484b9211c3b0079d1446a992bad1c (diff) |
Some polishing following PR #3384
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 f336b3ae4..39e644e18 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -500,7 +500,7 @@ Release Date: Not Released - Added methods ``get_content_type()`` and ``get_header()``. - Added method ``delete_cache()``. - Changed caching behavior to compress the output before storing it, if ``$config['compress_output']`` is enabled. - - Added querystring to page caching. + - Changed caching to take the query string into account. - :doc:`Config Library <libraries/config>` changes include: |