diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-08-20 21:07:12 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-08-20 21:07:12 +0200 |
commit | 34d191466fc1436c3ac4560880431ad3d97e9e91 (patch) | |
tree | d01925bb8784c0d3728d87834abccabee62c7a6a /user_guide | |
parent | 9988aecc9220805c940c66f1701c63da210de387 (diff) |
Changed the output of the profiler to use style attribute rather then clear, and added the id "codeigniter_profiler" to the container div
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 5ffe0f09f..79156e38b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -69,14 +69,20 @@ SVN Revision: XXXX</p> <li>Improved accuracy of calculations in <a href="helpers/number_helper.html">Number helper</a>.</li>
<li>Removed added newlines ("\n") from most form and html helper functions.</li>
<li>Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.</li>
+ <li>Updated Date Helper to match the world's current time zones and offsets.</li>
</ul>
</li>
- <li>Other changes
+ <li>Libraries
<ul>
<li>Added the ability to store libraries in subdirectories within either the main "libraries" or the local application "libraries" folder. Please see the <a href="libraries/loader.html">Loader class</a> for more info. </li>
+ <li>Changed the output of the profiler to use style attribute rather then clear, and added the id "codeigniter_profiler" to the container div</li>
+ </ul>
+ </li>
+
+ <li>Other changes
+ <ul>
<li>Improved performance and accuracy of xss_clean(), including reduction of false positives on image/file tests.</li>
<li>Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.</li>
- <li>Updated Date Helper to match the world's current time zones and offsets.</li>
</ul>
</li>
</ul>
|