diff options
author | Andrey Andreev <narf@devilix.net> | 2018-01-12 11:39:29 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-01-12 11:39:29 +0100 |
commit | 3185447a82a808e9c85c79b6ce12bcb7358c8de0 (patch) | |
tree | 6f529be71c32e1aaa3a1517bc627c3ae5da713ed /user_guide_src/source/changelog.rst | |
parent | 615f3d9ddd01e2023016b5e72ba9efac6ee1b107 (diff) |
[ci skip] Add changelog entry for PR #5379
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 619fa4651..c316da83f 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -26,6 +26,7 @@ Bug fixes for 3.1.7 - Fixed a bug (#5279) - :doc:`Query Builder <database/query_builder>` didn't account for already escaped identifiers while applying database name prefixes. - Fixed a bug (#5331) - :doc:`URL Helper <helpers/url_helper>` function :php:func:`auto_link()` converted e-mail addresses starting with 'www.' to both "url" and "email" links. - Fixed a bug where ``$config['allow_get_array']`` defaulted to ``FALSE`` if it didn't exist in the config file. +- Fixed a bug (#5379) - :doc:`Session Library <libraries/sessions>` would incorrectly fail to obtain a lock that it already has on PHP 7 with the 'memcached' driver. Version 3.1.6 ============= |