HISTORY.md in metric_fu-4.4.1 vs HISTORY.md in metric_fu-4.4.2

- old
+ new

@@ -8,9 +8,22 @@ * Features * Fixes * Misc +### MetricFu [4.4.2 / 2013-09-25](https://github.com/metricfu/metric_fu/compare/v4.4.1...v4.4.2) + +* Features + * Add --debug-info command line switch to get debug info for Issues. (calveto, #118) +* Fixes + * Return valid line locations for code with either no AST or nil nodes (Benjamin Fleischer, #137) + * Only use FakeFS on MRI. Avoid intermittent failures on JRuby or Rubinius (Benjamin Fleischer, #135) + * Hotspots no longer serialize actual classes to YAML. (Benjamin Fleischer, #128) +* Misc + * Extract SexpNode class from LineNumbers to handle Sexp Processing (Benjamin Fleischer, #137) + * Separate out Hotspot ranked problem location and misc code improvements (Benjamin Fleischer, #128) + * Identify directories with code to analyze by checking if they exist. (No longer use :rails? as a proxy for checking if we should run on 'app'). (George Erickson, #129) + ### MetricFu [4.4.1 / 2013-08-29](https://github.com/metricfu/metric_fu/compare/v4.4.0...v4.4.1) * Features * Fixes * No longer consider an ampty sexp in LineNumbers an error. A file with only comments is empty of code. (Benjamin Fleischer)