Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit e3f1374

Browse files
committed
Adds CHANGELOG entry for #47
1 parent 12fd396 commit e3f1374

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file, in reverse
1010
adds support for the zend-expressive-template v2 series,
1111
zend-expressive-router v3 series, and zend-expressive-helpers v5 series.
1212

13+
- [#47](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/47)
14+
adds a `ConfigProvider` class with default service wiring and configuration
15+
for the component. It also updates `composer.json` to add
16+
`extra.zf.config-provider` configuration to notify zend-component-installer
17+
of the shipped `ConfigProvider` class, allowing the plugin to inject the
18+
`ConfigProvider` in your application configuration during initial
19+
installation.
20+
1321
### Changed
1422

1523
- [#37](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/37)
@@ -319,7 +327,7 @@ First stable release.
319327
- [#11](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/11)
320328
adds a factory for providing the `HelperPluginManager`, and support in the
321329
`ZendViewRendererFactory` for injecting the `HelperPluginManager` service
322-
(using its FQCN) instead of instantiating one directly.
330+
(using its FQCN) instead of instantiating one directly.
323331
- [#13](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/13)
324332
adds `zendframework/zend-expressive-helpers` as a dependency, in order to
325333
consume its `UrlHelper` and `ServerUrlHelper` implementations.

0 commit comments

Comments
 (0)