diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-09 20:02:52 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-09 20:02:52 +0200 |
commit | 9e674f74ec4f36f11f30e2f84a48ef6cea33a9d9 (patch) | |
tree | 959c905339cba34d0ba73f7c4b1bf4033a5d6f01 /user_guide_src/source/changelog.rst | |
parent | ba9350fcb2e6eb20234fd2cb8e4d081549bef472 (diff) |
Cleanup the new Redis cache driver and add a changelog entry for it
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 25b42b2e0..17b360b62 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -143,6 +143,7 @@ Release Date: Not Released - Added all_flashdata() method to session class. Returns an associative array of only flashdata. - Allowed for setting table class defaults in a config file. - Added a Wincache driver to the :doc:`Caching Library <libraries/caching>`. + - Added a Redis driver to the :doc:`Caching Library <libraries/caching>`. - Added dsn (delivery status notification) option to the :doc:`Email Library <libraries/email>`. - Input library now supports IPv6. - Renamed method _set_header() to set_header() and made it public to enable adding custom headers in the :doc:`Email Library <libraries/email>`. |