summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-06-23 05:17:44 +0200
committerAndrey Andreev <narf@devilix.net>2019-06-23 05:17:44 +0200
commita084c7e8f79f8b2c99b52360473750e914f1ae0e (patch)
treeedc4376a5a10fed6fe34f016fd7f765b22a7fea5
parenta4d83093d4084785ada1f816a3aef455f82c9f73 (diff)
[ci skip] Add changelog entry for PR #5783
-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 b64b8154a..7eee90111 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -11,6 +11,7 @@ Release Date: Not Released
- Changed ``CI_Log`` to append ``PHP_EOL`` instead of ``\n`` at the end of log messages.
- Improved performance in :doc:`Cache Library <libraries/caching>` 'redis' driver with non-scalar variables.
+ - Altered the :doc:`Session Library <libraries/session>` 'files' driver to log error and trigger a session start failure instead of throwing an ``Exception`` in case of unusable ``$config['sess_save_path']``.
Bug fixes for 3.1.11
====================