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

Commit b0ae229

Browse files
committed
Adds CHANGELOG entries for #46 to 2.0.0alpha1 release
1 parent f6bc4a0 commit b0ae229

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.md

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

77
### Added
88

9-
- Nothing.
9+
- [#46](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/46)
10+
adds support for the zend-expressive-template v2 series,
11+
zend-expressive-router v3 series, and zend-expressive-helpers v5 series.
1012

1113
### Changed
1214

@@ -15,13 +17,28 @@ All notable changes to this project will be documented in this file, in reverse
1517
container-interop exceptions now extend from PSR-11 exception interfaces,
1618
and factories typehint against the PSR-11 `ContainerInterface`.
1719

20+
- [#46](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/46)
21+
updates all classes to use scalar and return type hints, including nullable
22+
and void types. If you were extending classes from this package, you may need
23+
to update signatures of methods you override.
24+
1825
### Deprecated
1926

2027
- Nothing.
2128

2229
### Removed
2330

24-
- Nothing.
31+
- [#46](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/46)
32+
removes support for PHP versions prior to PHP 7.1.
33+
34+
- [#46](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/46)
35+
removes support for zend-expressive-template versions prior to v2.
36+
37+
- [#46](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/46)
38+
removes support for zend-expressive-router versions prior to v3.
39+
40+
- [#46](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/46)
41+
removes support for zend-expressive-helpers versions prior to v5.
2542

2643
### Fixed
2744

0 commit comments

Comments
 (0)