summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorkakysha <ezhikvdele@gmail.com>2013-10-28 21:12:19 +0100
committerkakysha <ezhikvdele@gmail.com>2013-10-28 21:12:19 +0100
commit6b1b803ee134462e29053a8e34cff8dc2dc96f2d (patch)
treec9c68f6daf41515d933c2d0b69dc5c5e395adefa /user_guide_src
parentc6fc0c8a4e3e3909b305e3fc24d898a3563d82a8 (diff)
Added changelog entry
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index c191432b8..fd024ffce 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -623,6 +623,7 @@ Bug fixes for 3.0
- Fixed a bug (#2681) - ``CI_Security::entity_decode()`` used the `PREG_REPLACE_EVAL` flag, which is deprecated since PHP 5.5.
- Fixed a bug (#2691) - nested transactions could end in a deadlock when an error is encountered with *db_debug* set to TRUE.
- Fixed a bug (#2515) - ``_exception_handler()`` used to send the 200 "OK" HTTP status code and didn't stop script exection even on fatal errors.
+- Fixed a bug - `redis` :doc:`Caching <libraries/caching>` driver didn't handle connection failure properly.
Version 2.1.4
=============