HISTORY.md in metric_fu-4.7.1 vs HISTORY.md in metric_fu-4.7.2

- old
+ new

@@ -2,15 +2,22 @@ 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.1...master) +### Master [changes](https://github.com/metricfu/metric_fu/compare/v4.7.2...master) * Breaking Changes * Features * Fixes * Misc + +### [4.7.2 / 2014-01-21](https://github.com/metricfu/metric_fu/compare/v4.7.1...v4.7.2) + +* Fixes + * Open Saikuro scratch files in BINARY; fixes #190. (Benjamin Fleischer, #195) + * Update to churn 0.0.35 for API compatibility. (Przemysław Dąbek, #193) + * Only specify reek config when set; disable line numbers. (Benjamin Fleischer, #196) ### [4.7.1 / 2014-01-01](https://github.com/metricfu/metric_fu/compare/v4.7.0...v4.7.1) * Fixes * Check for activated gems now works on earlier versions of RubyGems. (Benjamin Fleischer)