diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c42f8..93a6de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 0.1.2 - 2015-10-11 + +Initial release. + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#1](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/1) + adds a dependency on zendframework/zend-i18n, as it's required for use of the + PhpRenderer. + +## 0.1.1 - 2015-10-10 + +Initial release. + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Updated to zend-expressive `^0.5` + ## 0.1.0 - 2015-10-10 Initial release. diff --git a/composer.json b/composer.json index a9c3b8c..e210efd 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "container-interop/container-interop": "^1.1", "zendframework/zend-expressive": "^0.5", "zendframework/zend-filter": "^2.5", + "zendframework/zend-i18n": "^2.5", "zendframework/zend-servicemanager": "^2.5", "zendframework/zend-view": "^2.5" },