added $query_times property to DB driver for profiling
added individual query execution time to profiler output
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 8889e27..090528a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -103,7 +103,7 @@
 			<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>