CHANGELOG.md in i18n-coverage-0.1.1 vs CHANGELOG.md in i18n-coverage-0.2.0
- old
+ new
@@ -1,12 +1,23 @@
I18N coverage Changelog
=======================
+0.2.0
+-----
+
+- Relax coverage criteria [PR#5](https://github.com/hiptest/i18n-coverage/pull/5) (by [benthorner](https://github.com/benthorner))
+
+- From [PR#4](https://github.com/hiptest/i18n-coverage/pull/4) (by [benthorner](https://github.com/benthorner))
+ - Multiple YAML files (when a repo has lots of translations)
+ - Partial matching (to cope with advanced usages of I18n)
+ - Configurable output (so we can enforce coverage in CI)
+ - Adds RuboCop (so it's easier to be consistent in future)
+
0.1.1
-----
- Fix typos in README
0.1.0
-----
- - Initial release
\ No newline at end of file
+ - Initial release