diff options
author | Andrey Andreev <narf@devilix.net> | 2013-08-07 13:32:56 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-08-07 13:32:56 +0200 |
commit | 2b956af4588eb64a7a4f9c72e1d223a33b65e8c6 (patch) | |
tree | fa33a2f4bb92494d468f139c1df1d84c3a948cc0 /user_guide_src/source/changelog.rst | |
parent | 5a215b6064c9ce7ee33db9a76bcb1a62bea16ec3 (diff) |
An improved version of PR #2584, fixes #2583
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 a987c507d..8b73e7a98 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -605,6 +605,7 @@ Bug fixes for 3.0 - Fixed a bug (#2551) - :doc:`Loader Library <libraries/loader>` method ``library()`` didn't properly check if a class that is being loaded already exists. - Fixed a bug (#2560) - :doc:`Form Helper <helpers/form_helper>` function :php:func:`form_open()` set the 'method="post"' attribute only if the passed attributes equaled an empty string. - Fixed a bug (#2585) - :doc:`Query Builder <database/query_builder>` methods ``min()``, ``max()``, ``avg()``, ``sum()`` didn't escape field names. +- Fixed an edge case (#2583) in the :doc:`Email Library <libraries/email>` where `Suhosin <http://www.hardened-php.net/suhosin/>` blocked messages sent via ``mail()`` due to trailing newspaces in headers. Version 2.1.4 ============= |