CHANGELOG in rack-insight-0.5.12 vs CHANGELOG in rack-insight-0.5.13
- old
+ new
@@ -1,13 +1,20 @@
== HEAD
+ * New Features
+ * Panel level configuration options for all panels, including extension gems.
+ Currently this is implemented in the log_panel, and configured as:
+ Rack::Insight::Config.configure do |config|
+ config[:panel_configs][:log_panel] = {:watch => {'Logger' => :add}}
+ end
+ * Count number of Log Entries
+
== 0.5.12 / 2012-09-10
* Other
* Improving documentation by Peter Boling
-
* New Features
* persistent toolbar position by Alif Rachmawadi