diff options
author | Andrey Andreev <narf@devilix.net> | 2019-05-11 00:09:23 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-05-11 00:09:23 +0200 |
commit | 516708cdcd218d58dbde153aa85a3e0cc4c27b3f (patch) | |
tree | 2d9aef91427ad1f4576470e1bb14480b3e854270 /user_guide_src/source | |
parent | fcf39bf874170ac29d439e82b7763b3649446801 (diff) |
[ci skip] Add changelog entry for #5753
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 <libraries/caching>` '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 <libraries/session>` 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 <libraries/session>` 'database' driver didn't trigger a failure if it can't obtain a lock. - Fixed a bug (#5755) - :doc:`Form Validation Library <libraries/form_validation>` rule **valid_url** accepted digit-only domains due to a PHP bug. +- Fixed a bug (#5753) - :doc:`Cache Library <libraries/caching>` 'redis' driver methods ``increment()``, ``decrement()`` ignored their ``$offset`` parameter. Version 3.1.10 ============== |