HISTORY.md in metric_fu-4.7.3 vs HISTORY.md in metric_fu-4.7.4
- old
+ new
@@ -2,15 +2,23 @@
Each change should fall into categories that would affect whether the release is major (breaking changes), minor (new behavior), or patch (bug fix). See [semver](http://semver.org/) and [pessimistic versioning](http://docs.rubygems.org/read/chapter/16#page74)
As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch. And _misc_ is either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding tests would be patch level.
-### Master [changes](https://github.com/metricfu/metric_fu/compare/v4.7.3...master)
+### Master [changes](https://github.com/metricfu/metric_fu/compare/v4.7.4...master)
* Breaking Changes
* Features
* Fixes
* Misc
+
+### [4.7.4 / 2014-02-16](https://github.com/metricfu/metric_fu/compare/v4.7.3...v4.7.4)
+
+* Fixes
+ * Reek no longer crashes when reporting no warnings (Michael Stark, #199)
+ * Prevent Roodi non-metric output from ending up in the results (Martin Gotink #202)
+ * Coverage file is only read in when the specified external file exists. (Benjamin Fleischer, #156)
+ * Metrics are configured to default values before the user config is loaded (Benjamin Fleischer, #156, #78)
### [4.7.3 / 2014-02-09](https://github.com/metricfu/metric_fu/compare/v4.7.2...v4.7.3)
* Fixes
* Add `strip_escape_codes`; remove from Roodi output. (Przemysław Dąbek, #197)