diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c8631..f8a553d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [1.7.1] - 2017-10-30 +### Fixed + - Fix url creation in translate action #108 + - Fix incorrect md5 hash for non-English characters in javascripts #114 + ## [1.7.0] - 2017-04-30 ### Added - Allow to override default scanners via module configuration #87 @@ -72,6 +77,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Fixed - Round error in translation statistic +[1.7.1]: https://github.com/lajax/yii2-translate-manager/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/lajax/yii2-translate-manager/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/lajax/yii2-translate-manager/compare/1.5.4...1.6.0 [1.5.4]: https://github.com/lajax/yii2-translate-manager/compare/1.5.3...1.5.4