From 516708cdcd218d58dbde153aa85a3e0cc4c27b3f Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 11 May 2019 01:09:23 +0300 Subject: [ci skip] Add changelog entry for #5753 --- user_guide_src/source/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index aeea47578..aef1e2d09 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -10,6 +10,7 @@ Release Date: Not Released - General Changes - Changed ``CI_Log`` to append ``PHP_EOL`` instead of ``\n`` at the end of log messages. + - Improved performance in :doc:`Cache Library ` 'redis' driver with non-scalar variables. Bug fixes for 3.1.11 ==================== @@ -21,6 +22,7 @@ Bug fixes for 3.1.11 - Fixed a bug (#5703) - :doc:`Session Library ` triggered an ``E_WARNING`` message about changing ``session.save_path`` during an active session when it fails to obtain a lock. - Fixed a bug where :doc:`Session Library ` 'database' driver didn't trigger a failure if it can't obtain a lock. - Fixed a bug (#5755) - :doc:`Form Validation Library ` rule **valid_url** accepted digit-only domains due to a PHP bug. +- Fixed a bug (#5753) - :doc:`Cache Library ` 'redis' driver methods ``increment()``, ``decrement()`` ignored their ``$offset`` parameter. Version 3.1.10 ============== -- cgit v1.2.3-24-g4f1b