CHANGES.md in i18n-tasks-0.8.7 vs CHANGES.md in i18n-tasks-0.9.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
-## 0.8.7
+## 0.9.0.rc1
-* New interpolation value for `add-missing -v`: `%{key}`. [Stijn Mathysen](https://github.com/stijnster) [#164](https://github.com/glebm/i18n-tasks/pull/164)
-* When adding keys from non-default locales, merge base locale first, then the others. [#162](https://github.com/glebm/i18n-tasks/issues/162)
+* Support for multiple scanners.
+* Strict mode enabled by default, can be configured via `search.strict`. New argument: `--no-strict`.
## 0.8.6
* Report missing keys found in source in all the locales. [#162](https://github.com/glebm/i18n-tasks/issues/162)
* Fix `data-remove` task. [#140](https://github.com/glebm/i18n-tasks/issues/140)