diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-09-28 20:14:57 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-09-28 20:14:57 +0200 |
commit | d76334998db618d4633886bbcecc84658b50ab23 (patch) | |
tree | bfcf3cd6efafaf355d18fb539790e1413f667437 /user_guide/changelog.html | |
parent | e77162b9d3233cf6de1f4830262b79b3c2235ed3 (diff) |
fixed a bug where the Output class would send incorrect cached data for controllers implementing their own _output() methods
Diffstat (limited to 'user_guide/changelog.html')
-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 fb533b082..58fd78008 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -162,6 +162,7 @@ Hg Tag: </p> <h3>Bug fixes for 2.0.0</h3> <ul> + <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> <li>Fixed assorted user guide typos or examples (#10693, #8951, #7825, #8660, #7883, #6771, #10656).</li> |