CHANGES.md in i18n-tasks-0.7.5 vs CHANGES.md in i18n-tasks-0.7.6
- old
+ new
@@ -1,4 +1,10 @@
+## 0.7.6
+
+* Add a post-install notice with setup commands
+* Fix a small typo in the config template [#91](https://github.com/glebm/i18n-tasks/pull/91).
+* Fix `find` crashing on relative keys (regression)
+
## 0.7.5
Dynamic key usage inference fixes by [Mikko Koski](https://github.com/rap1ds):
* Append `:` to keys ending with dot '.' (to scan `t('category.' + cat)` as `t('category.:')`)