diff options
author | Andrey Andreev <narf@devilix.net> | 2015-09-01 12:51:26 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-09-01 12:51:26 +0200 |
commit | 554b452845e9ec26e1cd348fda607cf00d2a5026 (patch) | |
tree | 5f04c79bbca3037282796d6f9e0209195f511989 /user_guide_src | |
parent | 20573bd472bdeaa831074e563f239585554ffaf5 (diff) |
Fix #4093
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 54dcea8be..69a7ed485 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -24,6 +24,7 @@ Bug fixes for 3.0.2 - Fixed a bug (#4073) - :doc:`Email Library <libraries/email>` method ``send()`` could return TRUE in case of an actual failure when an SMTP command fails. - Fixed a bug (#4086) - :doc:`Query Builder <database/query_builder>` didn't apply *dbprefix* to LIKE conditions if the pattern included spaces. - Fixed a bug (#4091) - :doc:`Cache Library <libraries/caching>` 'file' driver could be tricked into accepting empty cache item IDs. +- Fixed a bug (#4093) - :doc:`Query Builder <database/query_builder>` modified string values containing 'AND', 'OR' while compiling WHERE conditions. Version 3.0.1 ============= |