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

Commit ec8297f

Browse files
committed
Added CHANGELOG for #26
1 parent 0eb5267 commit ec8297f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,27 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- Nothing.
1010

11+
### Changed
12+
13+
- [#26](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/26)
14+
updated the zend-view dependency to 2.8.1+.
15+
1116
### Deprecated
1217

1318
- Nothing.
1419

1520
### Removed
1621

17-
- Nothing.
22+
- [#26](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/26)
23+
removes the dependencies for the zend-i18n and zend-filter packages, as they
24+
are no longer required by the minimum version of zend-view supported.
25+
26+
If you depended on features of these, you may need to re-add them to your
27+
application:
28+
29+
```bash
30+
$ composer require zendframework/zend-filter zendframework/zend-i18n
31+
```
1832

1933
### Fixed
2034

0 commit comments

Comments
 (0)