diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-06 20:51:59 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-06 20:51:59 +0200 |
commit | 27a5aa1f5c85fb7e53eda5ab0dd3efcbd70b2338 (patch) | |
tree | 9f60e13bb105a0240a5c1790be4dda59b70abbc2 /user_guide | |
parent | 57aea15ffffd3c92080380aa188067039c4696b8 (diff) |
added quoted-printable headers when $this->send_multipart has been manually changed to FALSE
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 110f1c27b..469a95087 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -102,6 +102,7 @@ SVN Revision: not currently released</p> <li>Removed some unused variables from the code (#4563).</li>
<li>Fixed a bug where <kbd>having()</kbd> was not adding an = into the statement (#4568).</li>
<li>Fixed assorted user guide typos or examples (#4574).</li>
+ <li>Added quoted-printable headers to Email class when the multi-part override is used.</li>
</ul>
<h2>Version 1.6.2</h2>
|