CHANGELOG in rack-mini-profiler-0.9.0 vs CHANGELOG in rack-mini-profiler-0.9.1
- old
+ new
@@ -168,7 +168,14 @@
12-December-2013 - Sam Saffron
* Version 0.9.0.pre (bumped up to reflect the stability of the project)
* Improved reports for pp=profile-gc
* pp=flamegraph&flamegraph_sample_rate=1 , allow you to specify sampling rates
+13-March-2013 - Sam Saffron
+ * Version 0.9.1
+ * Added back Ruby 1.8 support (thanks Malet)
+ * Corrected Rails 3.0 support (thanks Zlatko)
+ * Corrected fix possible XSS (admin only)
+ * Amend Railstie so MiniProfiler can be launched with action view or action controller (Thanks Akira)
+ * Corrected Sql patching to avoid setting instance vars on nil which is frozen (thanks Andy, huoxito)