diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-01-18 22:41:23 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-01-18 22:41:23 +0100 |
commit | d087ef8d248878c64162f6556f6bef320c92c73c (patch) | |
tree | 8a16cafd6db9e33cc1c1eb0dd5766caf11f6b395 /user_guide | |
parent | c04a9c4da81734d0ea3fd082d53a0b1f4e6e5e45 (diff) |
added GET, URI string, and memory usage to Profiler output
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 a102cc96a..66a1cffd3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -91,6 +91,7 @@ Change Log <li>Added titles to all user manual pages.</li>
<li>Added Compat.php to allow function overrides for older versions of PHP or PHP environments missing certain extensions / libraries</li>
<li>Added <a href="http://codeigniter.com/user_guide/libraries/zip.html">Zip Encoding Class</a> to the table of contents of the userguide.</li>
+ <li>Added memory usage, GET, and URI string data to Profiler output.</li>
<li>Moved the safe mode and auth checks for the Email library into the constructor. </li>
<li>Moved part of the userguide menu javascript to an external file.</li>
<li>Modified variable names in _ci_load() method of Loader class to avoid conflicts with view variables.</li>
|