CHANGELOG in rack-insight-0.5.13 vs CHANGELOG in rack-insight-0.5.14
- old
+ new
@@ -1,8 +1,22 @@
== HEAD
* New Features
+ * Panel level configurations for :probes are now supported by default on all panels
+ * Auto-magical panel names
+ * Auto-magical table creation (skipped with self.tableless = false in a Panel class definition)
+ * Under construction, or blank, panels have more scaffolding
+ *
+
+== 0.5.13 / 2012-09-10
+
+ * Bug Fixes
+
+ * Fixed the double logging of anything logged with ActiveSupport::BufferedLogger (via the new :panel_configs)
+
+ * 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