summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-01-23 18:26:37 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-01-23 18:26:37 +0100
commit56e9fa581b9e7d590dfb56482b898339f29bd8f2 (patch)
tree52b18faa17bde54d6287eb2700f49421afc56e0c /user_guide/changelog.html
parentdb708af87341897cbc7fd1157291377c253d371f (diff)
added $query_times property to DB driver for profiling
added individual query execution time to profiler output
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 8889e279d..090528a44 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -103,7 +103,7 @@ Change Log
<li>Added the ability to <a href="./general/autoloader.html">auto-load</a> <a href="./general/models.html">Models</a>.</li>
<li>Reorganized the URI and Routes classes for better clarity.</li>
<li>Added Compat.php to allow function overrides for older versions of PHP or PHP environments missing certain extensions / libraries</li>
- <li>Added memory usage, GET, and URI string data to Profiler output.</li>
+ <li>Added memory usage, GET, URI string data, and individual query execution time to Profiler output.</li>
<li>Deprecated Scaffolding.</li>
</ul>
</li>