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

Commit 7c998ab

Browse files
committed
Added CHANGELOG for #128
1 parent f3bd479 commit 7c998ab

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#128](https://github.com/zendframework/zend-expressive/pull/128) adds
10+
container factories for each supported template implementation:
11+
- `Zend\Expressive\Container\Template\PlatesFactory`
12+
- `Zend\Expressive\Container\Template\TwigFactory`
13+
- `Zend\Expressive\Container\Template\ZendViewFactory`
14+
- [#128](https://github.com/zendframework/zend-expressive/pull/128) adds
15+
custom `url` and `serverUrl` zend-view helper implementations, to allow
16+
integration with any router and with PSR-7 URI instances. The newly
17+
added `ZendViewFactory` will inject these into the `HelperPluginManager` by
18+
default.
1019

1120
### Deprecated
1221

@@ -18,7 +27,9 @@ All notable changes to this project will be documented in this file, in reverse
1827

1928
### Fixed
2029

21-
- Nothing.
30+
- [#128](https://github.com/zendframework/zend-expressive/pull/128) fixes an
31+
expectation in the `WhoopsErrorHandler` tests to ensure the tests can run
32+
successfully.
2233

2334
## 0.2.2 - TBD
2435

0 commit comments

Comments
 (0)