diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-31 14:23:42 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-31 14:23:42 +0200 |
commit | 8e138eced12fa88da721cc9b840fe4aa02c9e031 (patch) | |
tree | 53b8cfabe7e4b801690d13b2f26fa33eebfa59d0 /user_guide_src | |
parent | 24a4a6ac476b0ca1d47d01fdb8f2b3a6e7b39c24 (diff) |
Fix #4073
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 7c671c0b7..bdde1ca97 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -21,6 +21,7 @@ Bug fixes for 3.0.2 - Fixed a bug where the :doc:`Database Class <database/index>` entered an endless loop if it fails to connect with the 'sqlsrv' driver. - Fixed a bug (#4065) - :doc:`Database <database/index>` method ``protect_identifiers()`` treats a traling space as an alias separator if the input doesn't contain ' AS '. - Fixed a bug (#4066) - :doc:`Cache Library <libraries/caching>` couldn't fallback to a backup driver if the primary one is Memcache(d) or Redis. +- 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. Version 3.0.1 ============= |