diff options
author | Andrey Andreev <narf@devilix.net> | 2019-06-19 15:17:01 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-06-19 15:17:01 +0200 |
commit | 590a844b9219670b08f88d023d8be95117de8da1 (patch) | |
tree | 4c1031141a0d7a5ec878dd359e5c48671d6a93af /user_guide_src | |
parent | 24bf8cc6833435e5243942e29314496bb4d997ef (diff) |
[ci skip] Add changelog entry for #5779, PR #5781
Diffstat (limited to 'user_guide_src')
-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 aef1e2d09..9df65756d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -23,6 +23,7 @@ Bug fixes for 3.1.11 - 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. +- Fixed a bug (#5779) - :doc:`Session Library <libraries/session>` 'redis' only attempted to validate session IDs in case the connection to Redis failed. Version 3.1.10 ============== |