diff options
author | Floris Luiten (lenwweb.nl) <bitbucket@lenwweb.nl> | 2013-06-24 20:48:47 +0200 |
---|---|---|
committer | Floris Luiten (lenwweb.nl) <bitbucket@lenwweb.nl> | 2013-06-24 20:48:47 +0200 |
commit | 8094452263bfa158316dccbfd5b03c8f2bfb564d (patch) | |
tree | 77cfbb89ca60d0ac698debd85ccd220e087e1c12 /user_guide_src | |
parent | 2d7009c56b99442591e25c86032865b05c6262c8 (diff) |
Updated changelog to reflect latest changes
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 38c6d05bd..c0f1566ed 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -264,6 +264,7 @@ Release Date: Not Released - Internal method ``_prep_q_encoding()`` now utilizes PHP's *mbstring* and *iconv* extensions (when available) and no longer has a second (``$from``) argument. - Added an optional parameter to ``print_debugger()`` to allow specifying which parts of the message should be printed ('headers', 'subject', 'body'). - Added SMTP keepalive option to avoid opening the connection for each ``Email::send()``. Accessible as ``$smtp_keepalive``. + - Public method ``set_header()`` now filters the input by removing all "\\r" and "\\n" characters. - :doc:`Pagination Library <libraries/pagination>` changes include: - Added support for the anchor "rel" attribute. - Added support for setting custom attributes. |