summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-09-27 15:36:37 +0200
committerAndrey Andreev <narf@devilix.net>2016-09-27 15:36:37 +0200
commit49ef8402ffed15fd7d6cbf18f0dd5b04352344dd (patch)
treefe6a6a45cc5feef9be2bd625d5964e04120527ad /user_guide_src/source
parent5ac3a7beb36b38a95332b90305a0c98dc22cf994 (diff)
[ci skip] Add changelog entry for PR #4821
Diffstat (limited to 'user_guide_src/source')
-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 35dc76476..484e6a13b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -18,6 +18,7 @@ Release Date: Not Released
- :doc:`Cache Library <libraries/caching>` changes include:
- Added UNIX socket connection support to the 'memcached' driver.
+ - Added 'database' configuration option to the 'redis' driver, allowing to auto-select another database.
- Changed the 'memcached' driver to ignore configurations that don't specify a hostname.
- Removed the *socket_type* configuration setting from the 'redis' driver.
- Changed data serialization logic in 'redis' driver for better performance.