diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-17 09:52:49 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-17 09:52:49 +0200 |
commit | 8a7078b65dc387c8d74f963b80a7559bd094458a (patch) | |
tree | 5ee8dd8ec54379ff58778a6100457645c534bf53 /user_guide_src/source/changelog.rst | |
parent | 4525022caf352bf0dee82e8166db5025064f552d (diff) |
Fix issue #1897
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 811aa8faf..cbd7c83f5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -363,6 +363,7 @@ Bug fixes for 3.0 - Fixed a bug (#1709) - :doc:`Email <libraries/email>` headers were broken when using long email subjects and \r\n as CRLF. - Fixed a bug where ``MB_ENABLED`` was only declared if ``UTF8_ENABLED`` was set to TRUE. - Fixed a bug where the :doc:`Session Library <libraries/sessions>` accepted cookies with *last_activity* values being in the future. +- Fixed a bug (#1897) - :doc:`Email Library <library/email>` triggered PHP E_WARNING errors when *mail* protocol used and ``to()`` is never called. Version 2.1.3 ============= |