diff options
author | Andrey Andreev <narf@devilix.net> | 2016-02-10 06:50:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-02-10 06:50:19 +0100 |
commit | d45cd5ab7d35f3c9b55414dc7709a0a41d91c0be (patch) | |
tree | 7e9f2ff1159d9249f9832ca5208c986b77bdb9bb | |
parent | c4de3c2f93cb6d2af65b325ae2812fccad7e98b8 (diff) |
[ci skip] Add changelog entry for latest commit
-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 a64a6c75a..cd18599ba 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -28,6 +28,7 @@ Bug fixes for 3.0.5 - Fixed a bug (#4431) - :doc:`Query Builder <database/query_builder>` method ``join()`` discarded opening parentheses. - Fixed a bug (#4424) - :doc:`Session Library <libraries/sessions>` triggered a PHP warning when writing a newly created session with the 'redis' driver. - Fixed a bug (#4437) - :doc:`Inflector Helper <helpers/inflector_helper>` function :php:func:`humanize()` didn't escape its ``$separator`` parameter while using it in a regular expression. +- Fixed a bug where :doc:`Session Library <libraries/sessions>` didn't properly handle its locks' statuses with the 'memcached' driver. Version 3.0.4 ============= |