summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-10-29 01:01:48 +0100
committerAndrey Andreev <narf@devilix.net>2013-10-29 01:01:48 +0100
commit98134d1108889df8c30d9ae05e2fd85b3b8ccb4a (patch)
tree865494dc7c7123d2ff41c2ae5957017af56b5c0b /user_guide_src/source/changelog.rst
parent96185a3a0edcc27fa0af6df761d6353a2208ea9d (diff)
parent4118981aff99c3495a4cf63c96271959587e06ce (diff)
Merge pull request #2705 from kakysha/develop
Better Redis connection handling
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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..1c1100b3d 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 failures properly.
Version 2.1.4
=============