diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-11-17 22:09:45 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-11-17 22:09:45 +0100 |
commit | c630bcfca816f625b8cd70a1a7467a77c8065bbd (patch) | |
tree | 8473da3f7e37ad900b1ecbd8a028a70aada76e56 /user_guide | |
parent | 7b49203821a1e36ef566e0e08e4f658b8232f10c (diff) |
added sendmail debugging and fixed a bug with single to double quoted string syntax in from()
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 6f23617b9..670e82c38 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -67,6 +67,7 @@ SVN Revision: </p> <li>Changed default current page indicator in the Pagination library to use <strong> instead of <b></li> <li>A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters are encountered.</li> <li>Added <big>, <small>, <q>, and <tt> to the Typography parser's inline elements.</li> + <li>Added more accurate error reporting for the Email library when using sendmail.</li> </ul> </li> <li>Helpers |