summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2010-12-29 19:36:12 +0100
committerEric Barnes <eric@ericlbarnes.com>2010-12-29 19:36:12 +0100
commit6113f5462c5801964b12a95e62922606aa258808 (patch)
tree67a6e9a7fddd86eb050ce2cc4cbfb25fd0e2178d /user_guide
parent2e3b0a958fdf236e17b8e3cc6c5f42ea7e873d85 (diff)
Changed email library to allow setting different user-agent. Fixes #286
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 30734a835..09efc5434 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -171,6 +171,7 @@ Hg Tag: </p>
<h3>Bug fixes for 2.0.0</h3>
<ul>
+ <li>Fixed a bug where you could not change the User-Agent when sending email.</li>
<li>Fixed a bug where the Output class would send incorrect cached output for controllers implementing their own <dfn>_output()</dfn> method.</li>
<li>Fixed a bug where a failed query would not have a saved query execution time causing errors in the Profiler</li>
<li>Fixed a bug that was writing log entries when multiple identical helpers and plugins were loaded.</li>
@@ -750,7 +751,7 @@ Hg Tag: 1.6.1</p>
</ul>
</li>
-
+
<li>Documentation Changes
<ul>
<li>Added <a href="./doc_style/index.html">Writing Documentation</a> section for the community to use in writing their own documentation.</li>