diff options
author | Andrey Andreev <narf@devilix.net> | 2016-02-11 23:07:31 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-02-11 23:07:31 +0100 |
commit | 9198ad04ba27803ce9f924bbd753fad36122fb5a (patch) | |
tree | fba8baee483583b34764fa7862b90f663efa20de | |
parent | c6011941511e706c3a3d44151eccda7d0b472007 (diff) |
[ci skip] Add changelog entry for issue #4449
-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 e9a265f76..ba9f93860 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -30,6 +30,7 @@ Bug fixes for 3.0.5 - 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. - 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``. Version 3.0.4 ============= |