diff options
author | Tyler Brownell <tyler@bluefoxstudio.ca> | 2013-07-30 16:20:50 +0200 |
---|---|---|
committer | Tyler Brownell <tyler@bluefoxstudio.ca> | 2013-07-30 16:20:50 +0200 |
commit | 530a3daec00186562e7e081ba77173b5ad065935 (patch) | |
tree | 9323ab1502fd8157f74444801454476f9787d48f | |
parent | d967f7216253d17df0a7154c49303fb560b70e04 (diff) |
Updated Changelog Cache Log Level
- Updated the changelog to include the log level updates in the cache drivers.
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 1e463db8d..4cef0e683 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -311,6 +311,7 @@ Release Date: Not Released - Added Wincache driver. - Added Redis driver. - Added a *key_prefix* option for cache IDs. + - Updated driver ``is_supported()`` methods to log at the "debug" level. - :doc:`Email library <libraries/email>` changes include: |