summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2007-07-12 13:32:37 +0200
committerDerek Jones <derek.jones@ellislab.com>2007-07-12 13:32:37 +0200
commit2d2437edf10edf2669dd85e5943bd4061216eef0 (patch)
tree386b628654e6a29a7f16cc4f55e685c8c846c710 /user_guide/changelog.html
parentf99f00a5b12f827525f1d280e572515809dc904d (diff)
fixed quoted-printable in HTML emails, and added htmlspecialchars() to email debugging output
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index fbcbc544e..d8ffd8b19 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -82,6 +82,8 @@ Change Log
<li>Fixed an IP validation bug.</li>
<li>Fixed a bug in display of POST keys in the Profiler output</li>
<li>Fixed a bug in display of queries with characters that would be interpreted as HTML in the Profiler output</li>
+ <li>Fixed a bug in display of Email class print debugger with characters that would be interpreted as HTML in the debugging output</li>
+ <li>Fixed a bug in the Content-Transfer-Encoding of HTML emails with the quoted-printable MIME type</li>
<li>Fixed various doc typos. </li>
<li>Docs now validate to XHTML 1 transitional</li>
<li>Fixed a bug where one could unset certain PHP superglobals by setting them via GET or POST data</li>