summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-15 16:39:44 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-15 16:39:44 +0200
commit4a4cbb376b1d17a9e74edad8f7cb7f27a50c01c7 (patch)
tree5f590b4a493d3d2d827d8dbd42a140b17419df2c /user_guide_src
parent298e0058b9d8e576cb7f017ade57c794060c3e98 (diff)
[ci skip] Add changelog entries for PR #3828
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 3a1804835..d175f4b90 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -30,6 +30,10 @@ Release Date: Not Released
- Added Unicode support to :doc:`URL Helper <helpers/url_helper>` function :php:func:`url_title()`.
- Added support for passing the "extra" parameter as an array to all :doc:`Form Helper <helpers/form_helper>` functions that use it.
+- Core
+
+ - Added support for defining a list of specific query parameters in ``$config['cache_query_string']`` for the :doc:`Output Library <libraries/output>`.
+
Bug fixes for 3.0.1
-------------------
@@ -58,6 +62,7 @@ Bug fixes for 3.0.1
- Fixed a bug (#3965) - :doc:`File Uploading Library <libraries/file_uploading>` ignored the "encrypt_name" setting when "overwrite" is enabled.
- Fixed a bug (#3968) - :doc:`Database Forge <database/forge>` method ``add_key()`` didn't treat array inputs as composite keys unless it's a PRIMARY KEY.
- Fixed a bug (#3715) - :doc:`Pagination Library <libraries/pagination>` could generate broken link when a protocol-relative base URL is used.
+- Fixed a bug (#3828) - :doc:`Output Library <libraries/output>` method ``delete_cache()`` couldn't delete index page caches.
Version 3.0.0
=============