summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-03-28 12:29:08 +0200
committerAndrey Andreev <narf@devilix.net>2017-03-28 12:29:08 +0200
commita706fbfa6be39b864730f666471ad68cfd90a951 (patch)
treea50e2a0c34331eeb9ecb20923872d96c4f41ac2e /user_guide_src/source
parent87c81b078a322b4cb028fb7cb86b22453bf1823c (diff)
[ci skip] Add changelog entry for PR #5067
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 2b8d65f4c..767b2486d 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -40,6 +40,7 @@ Release Date: Not Released
- Added 'apcu' driver.
- Added UNIX socket connection support to the 'memcached' driver.
- Added 'database' configuration option to the 'redis' driver, allowing to auto-select another database.
+ - Added method ``get_loaded_driver()`` to return the currently used driver.
- 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.