HISTORY.md in metric_fu-4.1.2 vs HISTORY.md in metric_fu-4.1.3
- old
+ new
@@ -1,6 +1,18 @@
### Master
+### MetricFu 4.1.3 / 2013-05-13
+
+* Features
+ * Tests now pass in JRuby and Rubinius! (Benjamin Fleischer)
+* Fixes
+ * Line numbers now display and link properly in annotated code (Benjamin Fleischer)
+ * No longer remove historical metrics when testing metric_fu
+ * Churn metric handler won't crash when no source control found (Dan Mayer)
+* Misc (Benjamin Fleischer)
+ * Removed StandardTemplate, had no additional value and needed to be maintained
+ * Removed most template references to specific metrics
+
### MetricFu 4.1.2 / 2013-04-17
* Fixes
* No longer load rake when running from the command line (Benjamin Fleischer)
* Disable rails_best_practices in non-MRI rubies as it requires ripper (Benjamin Fleischer)