CHANGELOG in rack-mini-profiler-0.1.3 vs CHANGELOG in rack-mini-profiler-0.1.4
- old
+ new
@@ -13,5 +13,14 @@
is call Rack::MiniProfiler.authorize_request to get profiling working in
production
* Added option to display full backtraces pp=full-backtrace
* Cleaned up railties, got rid of the post authorize callback
* Version 0.1.3
+
+12-July-2012 - Sam
+
+ * Fixed incorrect profiling steps (was not indenting or measuring start time right
+ * Implemented native PG and MySql2 interceptors, this gives way more accurate times
+ * Refactored context so its a proper class and not a hash
+ * Added some more client probing built in to rails
+ * More tests
+