diff options
author | Andrey Andreev <narf@devilix.net> | 2016-02-29 16:41:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-02-29 16:41:19 +0100 |
commit | e0b11e9a57f1fa3ef8b0d8ee7cef640aa5cc0eef (patch) | |
tree | a0c74450cbd70f47d19aad23a6724456d6e5a6fe /user_guide_src/source/changelog.rst | |
parent | 215922144082eb4b613e2418ba552776d23ea1db (diff) |
[ci skip] Add changelog entries for PR #4491 and 215922144082eb4b613e2418ba552776d23ea1db
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 6bbd7f9e9..45e891e89 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -35,6 +35,8 @@ Bug fixes for 3.0.5 - Fixed a bug where :doc:`Session Library <libraries/sessions>` didn't properly handle its locks' statuses with the 'memcached' driver. - Fixed a bug where :doc:`Session Library <libraries/sessions>` triggered a PHP warning when writing a newly created session with the 'memcached' driver. - Fixed a bug (#4449) - :doc:`Query Builder <database/query_builder>` method ``join()`` breaks conditions containing ``IS NULL``, ``IS NOT NULL``. +- Fixed a bug (#4491) - :doc:`Session Library <libraries/sessions>` didn't clean-up internal variables for emulated locks with the 'redis' driver. +- Fixed a bug where :doc:`Session Library <libraries/sessions>` didn't clean-up internal variables for emulated locks with the 'memcached' driver. Version 3.0.4 ============= |